17 lines
395 B
HTML
17 lines
395 B
HTML
<!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> |