File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+
4
+ < head >
5
+ < meta charset ="UTF-8 ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
+ < meta http-equiv ="X-UA-Compatible " content ="ie=edge ">
8
+ < title > Krypton</ title >
9
+
10
+ < link rel ="icon " type ="image/png " href ="img/favicon.png " />
11
+ < link rel ="preconnect " href ="https://fonts.gstatic.com ">
12
+ < link href ="https://fonts.googleapis.com/css?family=Cabin " rel ="stylesheet ">
13
+ < link href ="https://fonts.googleapis.com/css?family=Open+Sans:300,400 " rel ="stylesheet ">
14
+
15
+ < link rel ="stylesheet " href ="{{root}}/css/app.css ">
16
+ < link rel ="stylesheet " type ="text/css " href ="{{root}}/css/main.css ">
17
+ </ head >
18
+
19
+ < body >
20
+
21
+ {{> pageloader}}
22
+ {{> body}}
23
+ {{> footer}}
24
+ {{> backtotop}}
25
+
26
+ < script src ="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js "> </ script >
27
+ < script src ="./js/bundle.js "> </ script >
28
+
29
+ </ body >
30
+
31
+ </ html >
You can’t perform that action at this time.
0 commit comments