-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (41 loc) · 1.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello Blog</title>
<link rel="icon" type="image/png" href="assets/image/favicon.png" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/stylesheet.css">
</head>
<body>
<main id="grid-container">
<div class="grid-item">
<section id="item11" class="item">
<a href="Notes/GitBook/index.html" target="_blank">
<i class="fab fa-buromobelexperte"></i><br><br><span>GitBook</span></a>
</section>
</div>
<div class="grid-item">
<section id="item12" class="item">
<a href="Notes/Pelican/index.html" target="_blank">
<i class="fab fa-digital-ocean"></i><br><br><span>Pelican</span></a>
</section>
</div>
<div class="grid-item">
<section id="item21" class="item">
<a href="Notes/Jekyll/index.html" target="_blank">
<i class="fab fa-suse"></i><br><br><span>Jekyll</span></a>
</section>
</div>
<div class="grid-item">
<section id="item22" class="item">
<a href="Notes/Hexo/index.html" target="_blank">
<i class="fab fa-battle-net"></i><br><br><span>Hexo</span></a>
</section>
</div>
</main>
<script src="assets/javascript/javascript.js"></script>
</body>
</html>