mirror of https://github.com/kc0bfv/ticky_tacky_dark.git

Karl
19.39.2020 5a100fbcef5a0b47f6ac4a6f7b7386e66c151136
interesting/index.html
@@ -63,10 +63,13 @@
    <div class="col-12 col-sm-7">
        <p>Here&rsquo;s some interesting text on an interesting page.  That image on the left?  It&rsquo;ll randomly change on load between the ones in &ldquo;sideimages&rdquo;.</p>
<p><br><a href="javascript:toggleDisplay('drop_stuff');">Stuff that drops down when you click on it:</a>
    <div id="drop_stuff" style="display:none">
        This stuff drops down because you clicked on the text.
    </div></p>
<a href="javascript:toggleDisplay('dropstuff');">Stuff that drops down when you click on it top:</a>
<div id="dropstuff" style="display:none">
    This stuff drops down because you clicked on the text.
</div>
    </div>