diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 10:24:07 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 10:24:07 +0000 |
commit | 2bda287aabe168e6667dcf4f655815925a3c9432 (patch) | |
tree | 5abe6dd59d832d997a17c4ffa6b62a8ac5a3570c /wk8/pset/homepage | |
parent | 46a198826b3460027ed0b453d518a03bef7cdc0b (diff) |
Fri, Jul 5, 2024, 3:24 AM -07:00
Diffstat (limited to 'wk8/pset/homepage')
-rw-r--r-- | wk8/pset/homepage/art.html | 2 | ||||
-rw-r--r-- | wk8/pset/homepage/cats.html | 2 | ||||
-rw-r--r-- | wk8/pset/homepage/factorio.html | 2 | ||||
-rw-r--r-- | wk8/pset/homepage/index.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/wk8/pset/homepage/art.html b/wk8/pset/homepage/art.html index 6ac9363..6b5d4fc 100644 --- a/wk8/pset/homepage/art.html +++ b/wk8/pset/homepage/art.html @@ -11,7 +11,7 @@ </head> <body> <div id="container"> - <div class="topbar">placeholder banner</div> + <div class="topbar"></div> <div id="flex"> <main> <div class="title"> Art</div> diff --git a/wk8/pset/homepage/cats.html b/wk8/pset/homepage/cats.html index b6b57e4..946563a 100644 --- a/wk8/pset/homepage/cats.html +++ b/wk8/pset/homepage/cats.html @@ -11,7 +11,7 @@ </head> <body> <div id="container"> - <div class="topbar">placeholder banner</div> + <div class="topbar"></div> <div id="flex"> <main> <div class="title"> Cats</div> diff --git a/wk8/pset/homepage/factorio.html b/wk8/pset/homepage/factorio.html index d24e43a..22eb7ef 100644 --- a/wk8/pset/homepage/factorio.html +++ b/wk8/pset/homepage/factorio.html @@ -12,7 +12,7 @@ </head> <body> <div id="container"> - <div class="topbar">placeholder banner</div> + <div class="topbar"></div> <div id="flex"> <main> <div class="title"> Facotrio</div> diff --git a/wk8/pset/homepage/index.html b/wk8/pset/homepage/index.html index 28e7e18..4007376 100644 --- a/wk8/pset/homepage/index.html +++ b/wk8/pset/homepage/index.html @@ -20,7 +20,7 @@ <span class="visually-hidden">Loading...</span> </div> <div id="container"> - <div class="topbar">placeholder banner</div> + <div class="topbar"></div> <div id="flex"> <main> <div class="title"> Welcome home pookie!</div> |