GrandTabernacleAutoVI/index.html

18 lines
419 B
HTML
Raw Normal View History

2023-11-14 18:16:08 +01:00
<!DOCTYPE html>
2023-11-14 15:52:48 +01:00
<html>
2023-11-14 17:16:30 +01:00
2023-11-14 18:16:08 +01:00
<head>
<link rel="stylesheet" href="./style.css">
<meta charset="UTF-8">
</head>
2023-11-14 15:58:38 +01:00
2023-11-14 18:16:08 +01:00
<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>