diff options
Diffstat (limited to 'wk8/pset')
-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> |