-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2013.html
More file actions
33 lines (21 loc) · 775 Bytes
/
2013.html
File metadata and controls
33 lines (21 loc) · 775 Bytes
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<!-- Use title if it's in the page YAML frontmatter -->
<title>The Middleman</title>
<link href="stylesheets/normalize.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/all.css" media="screen" rel="stylesheet" type="text/css" />
<script src="javascripts/all.js" type="text/javascript"></script>
</head>
<body class="2013">
<h1>Archive for
2013
</h1>
<ul>
<li><a href="/2013/01/30/fung-lab-web-pages.html">Fung Lab web pages</a> <span>Jan 30</span></li>
</ul>
</body>
</html>