This commit is contained in:
scotttrinh 2020-12-18 19:51:54 +00:00
parent 6f51e1077e
commit f515ee89c9
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@
</head> </head>
<body> <body>
<main> <main>
<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>
</main> </main>
</body> </body>
</html> </html>