-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (32 loc) · 941 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Encode+Sans" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"></script>
</head>
<body>
<header>
<ul class="menu">
<li>menu
<ul class="sous-menu">
<li><a href="index.html"> Accueil</a> </li>
<li><a href="index3.html">Découvrir ma moitié</a> </li>
<li><a href="index2.html">Témoignage</a> </li>
</ul>
</li>
</ul>
<section class="logo-titre">
<h1>dispo ce soir? </h1>
<img src="img/logo.jpg" >
</section>
</header>
<section class="slogan">
<h1> L'amour est une rose, chaque pétale une illusion. Avec nous, arrosez cette rose. </h1>
</section>
</body>
</html>