update html
This commit is contained in:
parent
fd4c86a209
commit
c089d6d540
@ -1,17 +1,21 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Document</title>
|
<title>Document</title>
|
||||||
<link rel="stylesheet" href="styles/index.module.scss">
|
<link rel="stylesheet" href="styles/tw.css">
|
||||||
</head>
|
<link rel="stylesheet" href="styles/index.css">
|
||||||
<body>
|
|
||||||
<main>
|
|
||||||
<header></header>
|
|
||||||
<section></section>
|
|
||||||
<footer></footer>
|
|
||||||
</main>
|
|
||||||
<script type="module" src="scripts/main.ts"></script>
|
<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>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user