28 lines
No EOL
827 B
HTML
28 lines
No EOL
827 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="./css/style.css">
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
|
|
<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>
|
|
|
|
</main>
|
|
</body>
|
|
|
|
</html> |