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