-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlove.html
33 lines (30 loc) · 1.09 KB
/
love.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>niveau 2</title>
<!-- <link rel="stylesheet" href="css/style.css" /> -->
<link href='https://fonts.googleapis.com/css?family=League Spartan' rel='stylesheet'>
<style>
body {
font-family: 'League Spartan';font-size: 20px;
background-color: black;
color: white;
text-align: center;
}
</style>
</head>
<body >
<p> <br>
BRAVO ! <br> <br>
Vous êtes arrivés à bout de ce jeu. <br><br>
Cicada 3301 a vu votre potentiel et espère vous voir très bientôt. <br><br>
Vous avez gagné 3 voeux à quémander à notre agent Djelic. <br><br>
</p>
<br>
<img src=<img src="https://i.kym-cdn.com/entries/icons/original/000/014/610/maxresdefault.jpg"> <br>
<p> 3301 <br>
</p>
</body>
</html>