about summary refs log tree commit diff stats
path: root/index.html
blob: 9c9b2ac035c717be73898b3b8e1b4be3d08701a3 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!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="trunk/favico.png" />

        <link rel="stylesheet" type="text/css" href="trunk/style.css">
        <script src="scripts/randomize.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(); _randomize(); }
        </script>

        <!--[if lt IE 9]>
            <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script>
        <![endif]-->
    </head>
    <body id="cover">
        <article>
            <header>
                <h1 class="title">Autocento of the breakfast table</h1>
                <h2 class="byline">by
                    <a href="#" id="about">Case Duckworth</a>
                </h2>
               <h3 class="anchors">
                    <a href="toc.html" title="Table of Contents">&phi;</a>
                    <a href="https://github.com/duckwork/autocento">&loz;</a>
                    <a href="#" id="randomizelink">&xi;</a>
                </h3>
            </header>
            <section class="content">
                <ul>
                    <li><a href="about.html">About this project</a>.</li>
                    <li><a href="abstract.html">Abstract</a>.</li>
                    <li>Appendices of
                        <ul class="commaed">
                            <li>
                                <a href="common-titles.html">Common titles</a>
                            </li>
                            <li>
                                <a href="first-lines.html">First lines</a>
                            </li>
                            <li>
                                <a href="hapax.html">Hapax legomena</a>
                            </li>
                            <li>
                                <a href="islands.html">Islands</a>
                            </li>
                        </ul>
                    </li>
                </ul>
            </section>
        </article>
    </body>
</html>