diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-03-20 18:32:54 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-03-20 18:32:54 +0100 |
| commit | f935f680494f391d843e622da61d0146b1aabe6c (patch) | |
| tree | b607df0f005ddf4f5552f60d4bd629903fc18321 /index.html | |
| parent | d34cc22d958cc33b03f5e1d097629c0c61f9c57d (diff) | |
restructured html and changed styling a bit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -26,12 +26,15 @@ </ul> </nav> + </header> + + <div id="headerwrapper"> <h1>Hello, World!</h1> <p>... and everyone in it.</p> <a href="https://wiby.me/surprise">Link to a random website</a> - </header> + </div> - <main> + <main id="wrapper-center"> <div id="lists"> <h3>favourite foods:</h3> <ul> |
