-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (59 loc) · 2.66 KB
/
index.html
File metadata and controls
93 lines (59 loc) · 2.66 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" >
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>Zwei's Blog</title>
<meta name="description" content="Fight!! Fight!! Fight!!" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="/css/screen.css" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic|Open+Sans:700,400" />
<meta name="generator" content="Zwei's Blog">
</head>
<body class="home-template">
<header class="site-head" style="background-image: url(//blog.ghost.org/content/images/2013/Nov/cover.png)" >
<div class="vertical">
<div class="site-head-content inner">
<a class="blog-logo" href="/"><img src="//blog.ghost.org/content/images/2013/Nov/bloglogo_1-1.png" alt="Blog Logo"/></a>
<h1 class="blog-title">Zwei's Blog</h1>
<h2 class="blog-description">Fight!! Fight!! Fight!!</h2>
</div>
</div>
</header>
<main class="content" role="main">
<article class="post">
<header class="post-header">
<span class="post-meta">
<time datetime="2017-03-01T13:15:16.520Z" itemprop="datePublished">
2017-03-01
</time>
</span>
<h2 class="post-title"><a href="/2017/03/01/hello-world/">Hello World</a></h2>
</header>
<section class="post-excerpt">
<p>
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new p
</p>
<p>
<a href="/2017/03/01/hello-world/" class="excerpt-link">Read More...</a>
</p>
</section>
</article>
<nav class="pagination" role="pagination">
<span class="page-number">Page 1 of 1</span>
</nav>
</main>
<footer class="site-footer">
<div class="inner">
<section class="copyright">All content copyright <a href="/">Zwei's Blog</a> © 2014 • All rights reserved.</section>
<section class="poweredby">Proudly published with <a class="icon-ghost" href="http://zespia.tw/hexo/">Hexo</a></section>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script type="text/javascript" src="/js/jquery.fitvids.js"></script>
<script type="text/javascript" src="/js/index.js"></script>
</body>
</html>