Skip to content

Commit c5d2bc0

Browse files
committed
Remove extra <main>
1 parent c43c540 commit c5d2bc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
title: kdl - Kat's Document Language
44
---
55

6-
<main class="py-10 bg-gray-300">
6+
<header class="py-10 bg-gray-300">
77
<h1 class="text-4xl text-center">kdl - Kat's Document Language</h1>
8-
</main>
8+
</header>

0 commit comments

Comments
 (0)