GrandTabernacleAutoVI/index.html
2023-11-14 18:16:08 +01:00

18 lines
No EOL
419 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./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>