Skip to content

Commit ac9c577

Browse files
fix(layout): add ico layout
1 parent 99ce768 commit ac9c577

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

src/layouts/ico.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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>

0 commit comments

Comments
 (0)