Update index add redirect

This commit is contained in:
leandro-rdz 2023-11-29 17:37:23 +01:00
parent 32eeae3f2e
commit d194440762

View file

@ -9,19 +9,20 @@
<body id="background-image"> <body id="background-image">
<main> <main>
<h1>Grand Tabernacle Auto</h1> <h1>Grand Tabernacle Auto</h1>
<div class="container">
<h2> Deviens le plus grand tabernacleur du monde !</h2> <h2> Deviens le plus grand tabernacleur du monde !</h2>
<input type="checkbox" id="checkbox"> <input type="checkbox" id="checkbox">
<div id="formcontainer"> <div id="formcontainer">
<form id="form" action=""> <form id="form" action="game.html">
<input id="form_input" placeholder="Pseudo (pas de symbole)" type="text" pattern="[A-Za-z0-9]+" <input id="form_input" placeholder="Pseudo (pas de symbole)" type="text" pattern="[A-Za-z0-9]+"
required> required>
<label id="form_buttonLabel" for="checkbox"> <label id="form_buttonLabel" for="checkbox">
<button id="form_button" type="button">Go !</button> <button id="form_button" type="submit">Go!</button>
</label> </label>
<label id="form_toggle" for="checkbox" data-title="Jouer"></label> <label id="form_toggle" for="checkbox" data-title="Jouer"></label>
</form> </form>
</div> </div>
</div>
</main> </main>
</body> </body>