-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (21 loc) · 963 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Site Troll des Élèves</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h1>Bienvenue sur le site troll de la 4ème4</h1>
<p>Explore toutes les fonctionnalités amusantes ci-dessous :</p>
<button onclick="location.href='profil.html'">Générer Profil Élève Parfait</button>
<button onclick="location.href='classement.html'">Voir Classement des Élèves</button>
<button onclick="location.href='faineantise.html'">Test de Fainéantise</button>
<button onclick="location.href='panic.html'">Bouton PANIC pour les devoirs</button>
<button onclick="location.href='quotes.html'">Que disent les profs ?</button>
</div>
<script src="script.js"></script>
</body>
</html>