diff options
author | Case Duckworth | 2015-03-18 10:52:48 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-18 10:52:48 -0700 |
commit | 37acf79cab3b238c9b2ecdfda71294a0c8a6423b (patch) | |
tree | 8f554bc2ac3464883e0f3d79e5972c8d48b65116 /src | |
parent | Add src/index.html (diff) | |
download | autocento-37acf79cab3b238c9b2ecdfda71294a0c8a6423b.tar.gz autocento-37acf79cab3b238c9b2ecdfda71294a0c8a6423b.zip |
Update src/index.html
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html | 6 |
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> | ||