Update index add redirect
This commit is contained in:
parent
32eeae3f2e
commit
d194440762
1 changed files with 13 additions and 12 deletions
25
index.html
25
index.html
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue