ajout de conteneur frontend

This commit is contained in:
2026-01-09 13:49:09 +01:00
parent 40ff504f39
commit b1e7ea57a4
6 changed files with 6 additions and 1 deletions
+26
View File
@@ -0,0 +1,26 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>scribl.lidl_edition</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<h1>scribl.lidl_edition</h1>
<menu id="menu">
<li><button id="accueil">Accueil</button></li>
<li><button id="explorer">Explorer</button></li>
<li><button id="registered">Enregistré</button></li>
<svg id ="login" version="1.1" width="15" height="15" >
<circle cx="50%" cy="30%" r="5" fill="black" />
<circle cx="50%" cy="100%" r="7" fill="black" />
</svg>
</menu>
<button onclick="direBonjour()" style="position: absolute; top: 20%; left: 50%; z-index: 1;">Click me !</button>
</body>
<script src="app.js"></script>
</html>