GrandTabernacleAutoVI/index.html
killianmarty 1595bd1143 organiser
2023-11-15 13:17:55 +01:00

18 lines
No EOL
423 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./css/style.css">
<meta charset="UTF-8">
</head>
<body id="background-image">
<form>
<h1>Grand Tabernacle Auto</h1>
<p> Le plus grand tabernacleur de notre ère est:</p>
<input type="text" placeholder="Nom du tabernacleur" id="name">
<input type="submit" value="Jouer" placeholder="Jouer">
</form>
</body>
</html>