-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (32 loc) · 851 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
<!DOCTYPE html>
<html>
<head>
<title>SimplCoton</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<nav id="menu">
</nav>
<h1 id="titre"> Simplon</h1>
<h2 id="second_text">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod</h2>
<section>
<div class="images">
<div id="gauche">
<img alt="efdfs" src="https://brandmark.io/logo-rank/random/pepsi.png"rel="test" style="width:200px; height:200px;"><br>
<a href=""> cliquez ici</a>
</div>
<div id="droite">
<img alt="efdfs" src="https://brandmark.io/logo-rank/random/pepsi.png"rel="test" style="width:200px; height:200px;">
<br>
<a href="">cliquez ici</a>
</div>
</div>
</section>
</body>
<footer>
<p class="droite">
©remy wilmet
</p>
</footer>
</html>