update html

This commit is contained in:
Mathis H (Avnyr) 2024-04-11 14:07:14 +02:00
parent fd4c86a209
commit c089d6d540
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

@ -1,17 +1,21 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles/index.module.scss">
</head>
<body>
<main>
<header></header>
<section></section>
<footer></footer>
</main>
<link rel="stylesheet" href="styles/tw.css">
<link rel="stylesheet" href="styles/index.css">
<script type="module" src="scripts/main.ts"></script>
</head>
<body>
<main class="flex flex-col justify-between items-center w-full h-screen">
<header>a</header>
<section>b</section>
<footer>c</footer>
</main>
</body>
</html>