diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 08:19:25 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 08:19:25 +0000 |
commit | 8a933601f1da63f098224aa617f5489a9ffdec70 (patch) | |
tree | 3c83943d37faa5f8593545024af4f24bc1d38757 /wk8/pset/homepage/index.html | |
parent | 2025f176e4c7d55360c2dec4e30fd59fbeec2f42 (diff) |
Fri, Jul 5, 2024, 1:19 AM -07:00
Diffstat (limited to 'wk8/pset/homepage/index.html')
-rw-r--r-- | wk8/pset/homepage/index.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/wk8/pset/homepage/index.html b/wk8/pset/homepage/index.html index 4caa845..a38d7d1 100644 --- a/wk8/pset/homepage/index.html +++ b/wk8/pset/homepage/index.html @@ -9,14 +9,11 @@ <link href="styles.css" rel="stylesheet"> <title>Miau - Home Page</title> </head> - <body class="centered"> + <body> <div id="container"> - <div class="topbar">placeholder banner</div> + <div class="topbar">Ivy Forge</div> <div id="flex"> - <div class="large"> - Ivy Forge - </div> - <main class="medium"> + <main> Welcome home pookie! </main> <aside>aside</aside> |