-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (53 loc) · 1.93 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#33474d">
<title>vampluvr4evr</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="alternate" href="/atom.xml" title="vampluvr4evr" type="application/atom+xml">
</head>
<body>
<header class="header">
<nav class="header__nav">
<a href="/archives" class="header__link">Archive</a>
<a href="/tags" class="header__link">Tags</a>
<a href="/atom.xml" class="header__link">RSS</a>
</nav>
<h1 class="header__title"><a href="/">vampluvr4evr</a></h1>
<h2 class="header__subtitle"></h2>
</header>
<main>
<article>
<h1><a href="/2017/01/18/1/">Hello World</a></h1>
<div class="article__infos">
<span class="article__date">2017-01-18</span><br />
</div>
<p>Welcome to My Blog.</p>
</article>
<span class="different-posts">📕 end of posts 📕</span>
</main>
<footer class="footer">
<div class="footer-content">
<div class="footer__element">
<p>Hi there, <br />welcome to my Blog glad you found it. Have a look around, will you?</p>
</div>
<div class="footer__element">
<h5>Check out</h5>
<ul class="footer-links">
<li class="footer-links__link"><a href="/archives">Archive</a></li>
<li class="footer-links__link"><a href="/atom.xml">RSS</a></li>
<li class="footer-links__link"><a href="/about">about page</a></li>
<li class="footer-links__link"><a href="/tags">Tags</a></li>
<li class="footer-links__link"><a href="/categories">Categories</a></li>
</ul>
</div>
<div class="footer-credit">
<span>© 2017 vampluvr4evr | Powered by <a href="https://hexo.io/">Hexo</a> | Theme <a href="https://github.com/HoverBaum/meilidu-hexo">MeiliDu</a></span>
</div>
</div>
</footer>
<script src="/js/cool.js"></script>
</body>
</html>