-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtpl-index.html
More file actions
executable file
·43 lines (43 loc) · 1.75 KB
/
Copy pathtpl-index.html
File metadata and controls
executable file
·43 lines (43 loc) · 1.75 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>kevx's Writing</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<link rel="stylesheet" href="stylesheets/monokai_sublime.css">
<script src="javascripts/scale.fix.js"></script>
<script src="javascripts/jquery-1.12.4.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="javascripts/html5-shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header class="without-description">
<h1>kevx's Writing</h1>
<p>架构 / 云计算 / 技术管理 | kevx@outlook.com 未经授权请勿转载©</p>
<p class="view"><a href="mailto:kevx@outlook.com">Contact Me</a></p>
<ul>
<li class="single">
<a href="/index.html">文章<strong>列表</strong></a>
</li>
</ul>
</header>
<section>
<div id="content">
<div id="main"></div>
</div>
</section>
</div>
<footer>
<p>Hosted on GitHub Pages —</p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>