diff options
author | Bela Gyenes <contact@gyenes.xyz> | 2024-12-21 11:09:08 +0100 |
---|---|---|
committer | Bela Gyenes <contact@gyenes.xyz> | 2024-12-21 11:09:08 +0100 |
commit | 488fe9737b95e95b759afefe062391e6efd77df9 (patch) | |
tree | 3ed4e96902b2b5d48644643d2b8b80db2fcb5dc8 /cork | |
parent | e726a536d42664e23673611c8d136edc6735474b (diff) |
Kids, you must close the header tags properly.
Diffstat (limited to 'cork')
-rw-r--r-- | cork/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cork/index.html b/cork/index.html index 95c80a8..2bde864 100644 --- a/cork/index.html +++ b/cork/index.html @@ -18,7 +18,7 @@ main img { <h1>Cork</h1> <blockquote>Small, Fast, Performant</blockquote> <img src="/img/ornament.svg" type="svg" id="ornament"/> - <header> + </header> <main> <section id="projects"> @@ -100,4 +100,5 @@ server "c.bauherren.ovh" { <p>My <a href=mailto:christos@bauherren.ovh>email</a> is always open </div> </section> -</main><footer><a href=/><img src="/img/footer.svg" type="svg" width="25%;"/></a></footer></body></html> +</main> +<footer><a href=/><img src="/img/footer.svg" type="svg" width="25%;"/></a></footer></body></html> |