about summary refs log tree commit diff stats
path: root/music-433.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-02 19:19:32 -0700
committerCase Duckworth2015-03-02 19:19:32 -0700
commit19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29 (patch)
tree17c45f66a90ef6cf7de7889dd42c4eac5fcc9fcc /music-433.html
parentAdd test suite (diff)
downloadautocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.tar.gz
autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.zip
Change width of webpages; streamline template
Diffstat (limited to 'music-433.html')
-rw-r--r--music-433.html21
1 files changed, 10 insertions, 11 deletions
diff --git a/music-433.html b/music-433.html index 285bfef..6844e0f 100644 --- a/music-433.html +++ b/music-433.html
@@ -22,10 +22,9 @@
22 <!-- title --> 22 <!-- title -->
23 <h1 class="title"><p>Something about all music being performances of <em>4'33&quot;</em> in places where other bands happen to be playing</p></h1> 23 <h1 class="title"><p>Something about all music being performances of <em>4'33&quot;</em> in places where other bands happen to be playing</p></h1>
24 24
25
25 <!-- dedication --> 26 <!-- dedication -->
26 <p class="dedication"> 27 <div class="dedication"><a href="https://xkcd.com/1199/">Randall</a></div>
27 <em>for <a href="https://xkcd.com/1199/">Randall</a></em>
28 </p>
29 </header> 28 </header>
30 29
31 <section class="thing verse"> 30 <section class="thing verse">
@@ -38,18 +37,18 @@
38 </section> 37 </section>
39 38
40 <nav> 39 <nav>
41 <a href="moon-drowning.html"> 40 <a class="prevlink" href="moon-drowning.html">
42 <span class="prevlink">&lt; The Moon is drowning</span> 41 The Moon is drowning
43 </a> 42 </a>
44 <a href="sixteenth-chapel.html"> 43 <a class="prevlink" href="sixteenth-chapel.html">
45 <span class="prevlink">&lt; The Sixteenth Chapel</span> 44 The Sixteenth Chapel
46 </a> 45 </a>
47 <a href="#" id="lozenge"> &loz; </a> 46 <a href="#" id="lozenge"> &loz; </a>
48 <a href="riptide_memory.html"> 47 <a class="nextlink" href="riptide_memory.html">
49 <span class="nextlink">Riptide of memory &gt;</span> 48 Riptide of memory
50 </a> 49 </a>
51 <a href="about-the-author.html"> 50 <a class="nextlink" href="about-the-author.html">
52 <span class="nextlink">About the author &gt;</span> 51 About the author
53 </a> 52 </a>
54 </nav> 53 </nav>
55 54