1
0
mirror of https://git.topisto.net/tibo/template.git synced 2026-03-31 17:19:10 +00:00

202511232100

This commit is contained in:
Thibaud
2025-11-23 21:00:51 +01:00
parent 525939e44b
commit 72c551a82d
6 changed files with 388 additions and 63 deletions

View File

@@ -8,23 +8,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8">
<link rel="preload" as="font" type="../font/woff2" href="fonts/Fonte-Texte.woff2" crossorigin />
<link rel="preload" as="font" type="../font/woff2" href="fonts/Fonte-Titre.woff2" crossorigin />
<link rel="stylesheet" type="text/css" href="zones.css">
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<section id="before_header"></section>
<header></header>
<section id="after_header"></section>
<section id="before_nav"></section>
<nav>
</nav>
<section id="after_nav"></section>
<nav></nav>
<section id="synthese"></section>
<section id="principale"></section>
@@ -33,6 +26,4 @@
</body>
<script src="zones.js"></script>
</html>