blob: 3ebba39ff9cb003d962f370aab93d4fecf44e2a9 (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="author" content="Case Duckworth">
<title>Autocento of the breakfast table</title>
<link rel="icon" type="image/png" href="img/favico.png" />
<link rel="stylesheet" type="text/css" href="./css/cover.css">
<script src="./js/lozenge.js" type="text/javascript"> </script>
<script>
function _about() {
var about = document.getElementById('about');
var files = ["about-the-author.html", "about_author.html"]
var which = Math.floor(Math.random() * files.length);
about.setAttribute("href", files[which]);
about.setAttribute("title", "About the author");
}
window.onload = function () { _about(); _lozenge() }
</script>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script>
<![endif]-->
</head>
<body>
<article id="cover">
<header>
<h1 class="title">Autocento of the breakfast table</h1>
<h2 class="byline">by
<a href="#" id="about">Case Duckworth</a>
</h2>
<h3 class="lozenge"><a href="#" id="lozenge">◊</a></h3>
</header>
<section class="content">
<ul>
<li>Index of
<a href="first-lines.html">first lines</a> and
<a href="common-titles.html">common titles</a>.
</li>
<li><a href="README.html">About this project</a>.</li>
</ul>
</section>
</article>
</body>
</html>
|