1
0
mirror of https://git.topisto.net/tibo/template.git synced 2026-03-31 17:19:10 +00:00
Files
template/frontend/protos/index.html
2025-11-23 21:00:51 +01:00

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>