-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (49 loc) · 1.73 KB
/
index.html
File metadata and controls
65 lines (49 loc) · 1.73 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
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8"/>
<title>A Year of Lisp</title>
<meta name="author" content="dtp">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:700,400|Droid+Sans+Mono' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/theme/css/main.css" type="text/css" />
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="/" type="application/atom+xml" rel="alternate" title="A Year of Lisp ATOM Feed" />
</head>
<body>
<header class="clearfix" role="banner">
<div class="wrapper">
<h1 class="huge"><a href="">A Year of Lisp</a></h1>
</div>
</header>
<div role="main" class="content clearfix">
<article class="wrapper main">
<h1><a href="/smoke.html">Smoke-Test</a></h1>
<p>Just a test, nothing but a test.
Ab Jove principium --everything begins with Jupiter. And we too must begin there, at this non-existent point from which all things are born.</p>
<a class="btn" href="/smoke.html">read more →</a>
</article>
</ol>
<p>More posts in the <a href="/archives.html">archive</a>.</p>
</div>
</div>
<footer class="clearfix">
<div class="wrapper pages">
<ul class="nav">
<li><a href="/pages/about.html">About</a></li>
<li><a href="/archives.html">Archive</a></li>
</ul>
</div>
<div class="copy wrapper">
<ul class="social">
</ul>
<p role="contentinfo">© 2016 dtp<br>
Proudly powered by <a href="http://alexis.notmyidea.org/pelican/">Pelican</a>.</p>
</div>
</footer>
</body>
</html>