mirror of
https://git.topisto.net/tibo/template.git
synced 2026-03-31 15:09:10 +00:00
29 lines
451 B
HTML
29 lines
451 B
HTML
<!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="stylesheet" type="text/css" href="styles.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header></header>
|
|
|
|
<nav></nav>
|
|
|
|
<section id="synthese"></section>
|
|
|
|
<section id="principale"></section>
|
|
|
|
<footer></footer>
|
|
|
|
</body>
|
|
|
|
</html> |