diff options
-rw-r--r-- | blog/uses.html | 4 | ||||
-rw-r--r-- | bq/index.html | 2 | ||||
-rw-r--r-- | cork/index.html | 5 | ||||
-rw-r--r-- | smap/index.html | 2 |
4 files changed, 7 insertions, 6 deletions
diff --git a/blog/uses.html b/blog/uses.html index 4c36e1c..6e2d5e6 100644 --- a/blog/uses.html +++ b/blog/uses.html @@ -14,8 +14,8 @@ <blockquote> bauherren </blockquote><img src="/img/ornament.svg" type="svg" id="ornament"> - <header> - <main> + </header> + <main> <div class="uses-container"> <h2>Béla</h2> <ul> diff --git a/bq/index.html b/bq/index.html index 464988b..dad4200 100644 --- a/bq/index.html +++ b/bq/index.html @@ -18,7 +18,7 @@ main img { <h1>bq</h1> <blockquote>Small, Fast, Performant</blockquote> <img src="/img/ornament.svg" type="svg" id="ornament"/> - <header> + </header> <main> <section id="projects"> 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> diff --git a/smap/index.html b/smap/index.html index 31763e3..5ea77c6 100644 --- a/smap/index.html +++ b/smap/index.html @@ -18,7 +18,7 @@ main img { <h1>smap</h1> <blockquote>Small, Fast, Performant</blockquote> <img src="/img/ornament.svg" type="svg" id="ornament"/> - <header> + </header> <main> <section id="projects"> |