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 /static/about.html | |
| parent | d34cc22d958cc33b03f5e1d097629c0c61f9c57d (diff) | |
restructured html and changed styling a bit
Diffstat (limited to 'static/about.html')
| -rw-r--r-- | static/about.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/static/about.html b/static/about.html index c5750c7..5608c25 100644 --- a/static/about.html +++ b/static/about.html @@ -24,14 +24,17 @@ </li> </ul> </nav> + </header> + + <div id="headerwrapper"> <h1>About this Website</h1> + </div> + <main id="wrapper-center"> <p> This website will contain all projects related to The Odin Project online course. </p> - </header> - <main> </main> </body> <script src=""></script> |
