update html
This commit is contained in:
parent
fd4c86a209
commit
c089d6d540
@ -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>
|
Loading…
x
Reference in New Issue
Block a user