diff options
Diffstat (limited to 'served/home.html')
-rwxr-xr-x | served/home.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/served/home.html b/served/home.html index fe1e80b..c0ab04a 100755 --- a/served/home.html +++ b/served/home.html @@ -36,7 +36,14 @@ style=/styles/home.css </ul> </section> - <img id="banner" alt="" src="look1.jpg" /> + <div id="banner-container"> + <img id="banner" alt="" src="the-continuum/banners/2024-12-21/banner.gif" /> + <div id="banner-info" style="display: none"> + <!-- we start in the new year --> + <p>updated daily</p> + <a href="the-continuum/">the continuum</a> + </div> + </div> </section> <!-- no, not until it's redone --> |