First commit

This commit is contained in:
2024-06-13 09:45:05 +02:00
commit 8073f47c48
11 changed files with 2082 additions and 0 deletions

31
index.html Normal file
View File

@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<title>S-DNSPUBADM-P1</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/style.css" rel="stylesheet">
<script src="js/main.js"></script>
</head>
<body>
<header>
<h1>S-DNSPUBADM-P1</h1>
</header>
<main>
<aside>
<div>
asd
</div>
<div>
asd
</div>
</aside>
<section>
zone view
</section>
</main>
</body>
</html>