Remove extra `<main>`
This commit is contained in:
parent
c43c540be5
commit
c5d2bc0b01
|
|
@ -3,6 +3,6 @@ layout: base.html
|
||||||
title: kdl - Kat's Document Language
|
title: kdl - Kat's Document Language
|
||||||
---
|
---
|
||||||
|
|
||||||
<main class="py-10 bg-gray-300">
|
<header class="py-10 bg-gray-300">
|
||||||
<h1 class="text-4xl text-center">kdl - Kat's Document Language</h1>
|
<h1 class="text-4xl text-center">kdl - Kat's Document Language</h1>
|
||||||
</main>
|
</header>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue