about summary refs log tree commit diff stats
path: root/index.html
blob: 372be0cbb009fc9bb507f959a8e6c61124de8a01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
    <title>Autocento of the Breakfast Table</title>
</head>
<body>
<h1>Autocento of the Breakfast Table</h1>
<h2>A Master's thesis by Case Duckworth</h2>
<p>
    Content goes here, natch.
    For example, the README of the whatever is
    <a href="README.html">here</a>.  And
    <a href="TODO.txt">a list of what still needs to be done</a> is here.
</p>
<p>
    P.S.  If you want to see the source of this project on GitHub,
    <a href="https://github.com/duckwork/autocento">go here</a>.
</p>
</body>