mirror of
https://git.topisto.net/tibo/template.git
synced 2026-03-31 19:29:10 +00:00
202511221144
This commit is contained in:
38
frontend/protos/index.html
Normal file
38
frontend/protos/index.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
|
||||
<head>
|
||||
<title>template ZONES</title>
|
||||
|
||||
<meta name="description" content="PROTO">
|
||||
<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">
|
||||
|
||||
</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>
|
||||
|
||||
<section id="synthese"></section>
|
||||
|
||||
<section id="principale"></section>
|
||||
|
||||
<footer></footer>
|
||||
|
||||
</body>
|
||||
|
||||
<script src="zones.js"></script>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user