26 lines
815 B
HTML
26 lines
815 B
HTML
<!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> |