forked from FvckSh1t/fritz-lium.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (64 loc) · 2.04 KB
/
index.html
File metadata and controls
77 lines (64 loc) · 2.04 KB
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
<!doctype html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Fritz's Blog.">
<title>Fritz's Blog</title>
<link rel="stylesheet" href="/css/pure-min.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="/css/pure-blog-old-ie.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="/css/pure-blog.css">
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/js/html5shiv.js"></script>
<![endif]-->
<link rel="stylesheet" href="/css/blog.css">
<script src="/js/underscore-min.js"></script>
<script src="/js/async.js"></script>
<script src="/js/jquery.min.js"></script>
<script src="/js/moment.min.js"></script>
<script src="/js/markdown.min.js"></script>
<script src="/js/main.js"></script>
<script src="/js/blog.js"></script>
</head>
<body>
<div id="layout" class="pure-g">
<div class="sidebar pure-u-1 pure-u-med-1-4">
<div class="header">
<hgroup>
<h1 class="brand-title">Fritz's Blog</h1>
<h2 class="brand-tagline">Building a STATIC Blog with Github.io</h2>
</hgroup>
<nav class="nav">
<ul class="nav-list">
<li class="nav-item">
<a class="pure-button" href="http://github.com/fritz-lium/">Github</a>
</li>
<li class="nav-item">
<a class="pure-button" href="/">Home</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="content pure-u-1 pure-u-med-3-4">
<div>
<h1 class="content-subhead"></h1>
<div class="posts"></div>
<ul id="paginator" class="pure-paginator">
<li><a class="pure-button prev">«</a></li>
<li><a class="pure-button pure-button-active current"></a></li>
<li><a class="pure-button next">»</a></li>
</ul>
<div class="footer">
<p>Powered on <a href="http://github.io/">Github</a></p>
<p>Styled with <a href="http://purecss.io/">Pure</a></p>
</div>
</div>
</div>
</div>
</body>
</html>