summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmightyMiau <almightymeow612@gmail.com>2025-02-04 16:16:15 -0800
committerAlmightyMiau <almightymeow612@gmail.com>2025-02-04 16:16:15 -0800
commitce8b99551b82ea66fc055ef596c6d40dc125d1de (patch)
tree6137865f714754021e3bb1d98849298be976bd66
parent69cade80030065f3c3324200fbc2cb94be6d0b4e (diff)
Outline webpage sections
Add 4 divs called top, info, quote, bottom Add footer
-rw-r--r--index.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/index.html b/index.html
index 2dbc982..0b69b0a 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,20 @@
<title>Document</title>
</head>
<body>
-
+ <div id="top">
+
+ </div>
+ <div id="info">
+
+ </div>
+ <div id="quote">
+
+ </div>
+ <div id="bottom">
+
+ </div>
+ <footer>
+
+ </footer>
</body>
</html> \ No newline at end of file