-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.53 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
<html>
<head>
<title>Italien Masqué</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="index.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
<body>
<header>
<img src="raphy.jpg" style="max-width:100%"/><br />
</header>
<main>
<h1>Italien Masqué</h1>
<div>
<i>Yé suis Raphy, fi, fé vray !</i>
<p>
Bienvénou su' mon site !<br>
Ifi, vous trouvéré toutes les informafions ké vous voulez sour moi !
</p>
</div>
<hr>
<h2>12 Octobre 2018 : The Raphy Day</h2>
<div>
<i>Esse ké vous y'ếtes prêt pour mone grand départ?</i>
<p>
Cé séra oune grand départ en fanfare ! Avec dé l'alcool à né plus savoir quoi en boire !
</p>
<p>
Et dé l'apéritif comme vous n'en aurez yamais vou !
</p>
</div>
</main>
</body>
</html>