diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-04 16:16:15 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-04 16:16:15 -0800 |
commit | ce8b99551b82ea66fc055ef596c6d40dc125d1de (patch) | |
tree | 6137865f714754021e3bb1d98849298be976bd66 /index.html | |
parent | 69cade80030065f3c3324200fbc2cb94be6d0b4e (diff) |
Outline webpage sections
Add 4 divs called top, info, quote, bottom
Add footer
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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 |