-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (56 loc) · 1.7 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>MgaMPKAy's Home</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
</head>
<body>
<header id="header">
<div id="logo">
<a href="./">MgaMPKAy's Blog</a>
</div>
<nav id="navigation">
<a href="./">Home</a>
<a href="./about.html">About</a>
<a href="./archive.html">Archive</a>
</nav>
</header>
<div id="content">
<h1>Home</h1>
<h2></h2>
<img src="./images/9.png" style="float: right; margin: 10px;" />
<p>世界可以更小更简单</p>
<p></p>
<h2>最近日志</h2>
<table id="home-posts">
<tr>
<td class="post-link"><a href="./posts/subtle-bugs-1.html">微妙的坑 - 1</a></td>
<td class="post-date">September 2, 2014</td>
</tr>
<tr>
<td class="post-link"><a href="./posts/use-influxdb-to-anaylize-command-line-history.html">用InfluxDB分析命令行历史</a></td>
<td class="post-date">August 24, 2014</td>
</tr>
<tr>
<td class="post-link"><a href="./posts/one-usage-of-dynamic-scope.html">动态作用域用处一例</a></td>
<td class="post-date">August 22, 2014</td>
</tr>
<tr>
<td class="post-link"><a href="./posts/unqualified-programmer.html">无证程序员</a></td>
<td class="post-date">August 21, 2014</td>
</tr>
<tr>
<td class="post-link"><a href="./posts/three-weeks-of-my-new-jobs.html">工作三周</a></td>
<td class="post-date">July 13, 2014</td>
</tr>
</table>
<p><a href="./archive.html">…更多</a>
</div>
<footer id="footer">
@mgampkay
</footer>
<script type="text/javascript" src="./js/ga.js"></script>
</body>
</html>