ajout d'un panel de connection (pas encore de communication avec le backend pour submit)
This commit is contained in:
@@ -14,12 +14,9 @@
|
||||
<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>
|
||||
<li><button id="login">Login</button></li>
|
||||
</menu>
|
||||
<button onclick="direBonjour()" style="position: absolute; top: 20%; left: 50%; z-index: 1;">Click me !</button>
|
||||
<button onclick="direBonjour()" style="position: absolute; top: 20%; left: 50%; z-index: 1;">Dont click !</button>
|
||||
</body>
|
||||
<script src="app.js"></script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user