diff options
Diffstat (limited to 'served')
-rwxr-xr-x | served/home.html | 2 | ||||
-rw-r--r-- | served/the-continuum/banners/banners.css | 4 | ||||
-rw-r--r-- | served/the-continuum/banners/banners.html | 6 |
3 files changed, 11 insertions, 1 deletions
diff --git a/served/home.html b/served/home.html index 3c12281..f0b7815 100755 --- a/served/home.html +++ b/served/home.html @@ -38,7 +38,7 @@ style=/styles/home.css </section> <div id="banner-container"> - <img id="banner" alt="" src="the-continuum/banners/2025-02-28/banner.gif" /> + <img id="banner" alt="" src="the-continuum/banners/2025-04-01/banner.gif" /> <div id="banner-info"> <p>updated daily</p> <a href="the-continuum/">the continuum</a> diff --git a/served/the-continuum/banners/banners.css b/served/the-continuum/banners/banners.css index 709b57e..3071db8 100644 --- a/served/the-continuum/banners/banners.css +++ b/served/the-continuum/banners/banners.css @@ -28,4 +28,8 @@ p:has(img) { .miss { visibility: hidden; +} + +hr { + width: 100%; } \ No newline at end of file diff --git a/served/the-continuum/banners/banners.html b/served/the-continuum/banners/banners.html index f4da070..299e373 100644 --- a/served/the-continuum/banners/banners.html +++ b/served/the-continuum/banners/banners.html @@ -280,4 +280,10 @@ style=banners.css <img src="2025-02-28/banner.gif" alt="an orange windsock, showing intense wind going perpendicular to the camera. it is frozen in time, forever stuck in action." /> </p> + <hr /> + <p> + 2025-04-01 + <img src="2025-04-01/banner.gif" + alt="an orange windsock, tattered and torn. it looks like it's kept flying from intense wind, but an observant viewer will see the pole supporting it is at a 45 degree angle; there is not much wind" /> + </p> </section> \ No newline at end of file |