Files
Transcendence/srcs/frontend/src/index.html
T
2026-01-21 16:53:10 +01:00

34 lines
1.0 KiB
HTML

<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>scribl.lidl_edition</title>
<link rel="stylesheet" href="style.css" />
<script src="https://cdn.socket.io/4.8.1/socket.io.min.js"></script>
</head>
<body>
<h1>scribl.lidl_edition</h1>
<!-- Main menu -->
<nav id="menu" aria-label="Menu principal">
<button id="accueil" aria-label="Accueil">Accueil</button>
<button id="explorer" aria-label="Explorer">Explorer</button>
<button id="registered" aria-label="Enregistré">Enregistré</button>
<button id="login" aria-label="Login">Login</button>
<button id="global_chat" aria-label="Global chat">Global chat</button>
</nav>
<button onclick="direBonjour()" style="position: absolute; top: 20%; left: 50%; z-index: 1;">
Ne cliquez pas !
</button>
<script type="module" src="app.js"></script>
</body>
</html>
</script>
</html></script>
</html>