about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-18 11:35:41 -0700
committerCase Duckworth2015-03-18 11:35:41 -0700
commit6d923ed535912513cfb18469cab6dbcac5900526 (patch)
tree2cd9af19757439fa51dd05a0f3904df051bedf70 /index.html
parentUpdate src/index.html (diff)
downloadautocento-6d923ed535912513cfb18469cab6dbcac5900526.tar.gz
autocento-6d923ed535912513cfb18469cab6dbcac5900526.zip
Add README.txt in src/
Added a README as an explanation: as to the motivations behind
the site, technological considerations, and usage notes.
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/index.html b/index.html index 00f6672..8eb81ba 100644 --- a/index.html +++ b/index.html
@@ -32,10 +32,16 @@
32 <header> 32 <header>
33 <!-- title --> 33 <!-- title -->
34 <h1 class="title">Autocento of the breakfast table</h1> 34 <h1 class="title">Autocento of the breakfast table</h1>
35 <h1 class="subtitle">Index of first lines and common titles</h1> 35 <h1 class="subtitle">index of first lines and common titles</h1>
36 36
37 <div class="header-extra"> 37 <div class="header-extra">
38 38
39 <!-- epigraph -->
40 <div class="epigraph">
41 <a href="README.html">Read me.</a>
42
43 <div class="attrib">Case Duckworth</div>
44 </div>
39 </div> 45 </div>
40 </header> 46 </header>
41 47