File tree Expand file tree Collapse file tree 1 file changed +23
-11
lines changed
Expand file tree Collapse file tree 1 file changed +23
-11
lines changed Original file line number Diff line number Diff line change 11<!doctype html>
22< html lang ="en ">
3- < head >
4- < meta charset ="UTF-8 " />
5- < link rel ="icon " type ="image/svg+xml " href ="favicon.png " />
6- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < title > DeWeb Plugin</ title >
8- </ head >
9- < body >
10- < div id ="root "> </ div >
11- < script type ="module " src ="/src/main.tsx "> </ script >
12- </ body >
13- </ html >
3+
4+ < head >
5+ < meta charset ="UTF-8 " />
6+ < link rel ="icon " type ="image/svg+xml " href ="favicon.png " />
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8+ < title > DeWeb Plugin</ title >
9+
10+ <!-- Fonts -->
11+ < link rel ="preconnect " href ="https://fonts.googleapis.com " />
12+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
13+ < link rel ="stylesheet " href ="./node_modules/@hackernoon/pixel-icon-library/fonts/iconfont.css " />
14+ < link href ="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&display=swap "
15+ rel ="stylesheet " />
16+ < link rel ="preload " as ="style " href ="https://fonts.cdnfonts.com/css/e1234 " media ="all "
17+ onload ="this.rel='stylesheet' " />
18+ </ head >
19+
20+ < body >
21+ < div id ="root "> </ div >
22+ < script type ="module " src ="/src/main.tsx "> </ script >
23+ </ body >
24+
25+ </ html >
You can’t perform that action at this time.
0 commit comments