-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (63 loc) · 964 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
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<title>Accueil</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
</head>
<body>
<header>
<ul>
<li>
<a href="index.html">ACCUEIL</a>
<a href="formations.html">FORMATIONS</a>
<a href="contact.html">COMPETENCES</a>
<a href="contact.html">CONTACT</a>
</li>
</ul>
</header>
<nav class="image">
<img src="images/logo.png" width="25%">
<p>
Alexandre RODRIGUES<br/>
17 ans (23/04/1999)<br/>
Passionné par l'informatique<br/>
Permis B
</p>
</nav>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<footer>
<p>Copyright © 2017 | Alexandre RODRIGUES</p>
</footer>
</body>
</html>