-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (51 loc) · 2.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>zerotired blog</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="./theme/css/main.less.css">
</head>
<body id="index" class="home">
<div class="wrapper">
<div class="container-fluid styler">
<header id="banner" class="body">
<h1><a href=".">zerotired blog <strong></strong></a></h1>
</header><!-- /#banner -->
<nav id="menu"><ul>
</ul></nav><!-- /#menu -->
<section id="content">
<h2>All articles</h2>
<ol id="post-list">
<li><article class="hentry">
<header> <h2 class="entry-title"><a href="./first-post.html" rel="bookmark" title="Permalink to First Post">First Post</a></h2> </header>
<footer class="post-info">
<abbr class="published" title="2010-10-03T10:20:00"> Sun 03 October 2010 </abbr>
<address class="vcard author">By <a class="url fn" href="./author/andi.html">Andi</a></address> </footer><!-- /.post-info -->
<div class="entry-content"> <p class="first last">Here Goes The First Post Of Zerotired.com</p>
</div><!-- /.entry-content -->
</article></li>
</ol><!-- /#posts-list -->
<p class="paginator">
Page 1 / 1
</p>
</section><!-- /#content -->
</div><!-- /container-fluid -->
<div class="push"><!--//--></div>
</div>
<footer>
<div class="container-fluid">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/" target="_blank">Pelican</a>.
</address><!-- /#about -->
</div>
</footer><!-- /footer -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41296560-1', 'blog.zerotired.com');
ga('send', 'pageview');
</script>
</body>
</html>