-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (33 loc) · 1.51 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Painter's Room : Escape Game</title>
<link href="/style.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@500;700&family=Playfair+Display:ital,wght@1,400;1,500&display=swap" rel="stylesheet">
</head>
<body>
<div class="entete">
<h2 class="entete-escapegame">Escape Game</h2>
<h1 class="entete-titre">Painter's Room</h1>
<h2 class="entete-auteur">de
<a class="auteur-lien" target="_blank" href="https://portfolio.melinaweb.fr/">Mélina Bouchelleghem</a>,
<a class="auteur-lien" target="_blank" href="https://portfolio.davidsarkissian.fr/">David Sarkissian</a> &
<a class="auteur-lien" target="_blank" href="https://portfolio.aurelierunser.fr/">Aurélie Runser</a>
</h2>
</div>
<div class="corps">
<p class="corps-texte">Parviendrez-vous à vous échapper de cet atelier maudit ?</p>
<p class="texte-mobile">Ce jeu n'est accessible que sur ordinateur.</p>
<a class="button" href="/room.html">
<button class="button-texte">
Lancer le jeu
</button>
</a>
</div>
</body>
</html>