add index.html

This commit is contained in:
Mathis H (Avnyr) 2024-04-11 12:19:19 +02:00
parent f5f8c5f107
commit 7b1f9f10a9
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

17
src/index.html Normal file
View File

@ -0,0 +1,17 @@
<!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>
<script type="module" src="scripts/main.ts"></script>
</body>
</html>