about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2015-03-18 10:52:48 -0700
committerCase Duckworth2015-03-18 10:52:48 -0700
commit37acf79cab3b238c9b2ecdfda71294a0c8a6423b (patch)
tree8f554bc2ac3464883e0f3d79e5972c8d48b65116
parentAdd src/index.html (diff)
downloadautocento-37acf79cab3b238c9b2ecdfda71294a0c8a6423b.tar.gz
autocento-37acf79cab3b238c9b2ecdfda71294a0c8a6423b.zip
Update src/index.html
-rw-r--r--src/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index e3e28f8..59a0021 100644 --- a/src/index.html +++ b/src/index.html
@@ -15,6 +15,8 @@
15 <![endif]--> 15 <![endif]-->
16 </head> 16 </head>
17 <body> 17 <body>
18 <article id="container">
19 <section class="content prose">
18 <p>This is a list of the source files used in compiling 20 <p>This is a list of the source files used in compiling
19 <em>Autocento of the breakfast table</em> by Case Duckworth. 21 <em>Autocento of the breakfast table</em> by Case Duckworth.
20 </p> 22 </p>
@@ -144,3 +146,7 @@
144 <li><a href="x-ray.txt">x-ray.txt</a></li> 146 <li><a href="x-ray.txt">x-ray.txt</a></li>
145 <li><a href="yellow.txt">yellow.txt</a></li> 147 <li><a href="yellow.txt">yellow.txt</a></li>
146 </ul> 148 </ul>
149 </section>
150 </article>
151 </body>
152</html>