-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCV.html
More file actions
25 lines (23 loc) · 765 Bytes
/
Copy pathCV.html
File metadata and controls
25 lines (23 loc) · 765 Bytes
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
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<title>Mon CV a moi touche pas</title>
<link href="styles.css" rel="stylesheet">
<link rel="icon" type="image/png" href="chat.png">
</head>
<body>
<header>
<h1>Mon CV</h1>
</header>
<nav>
<ul>
<li><a class="current" href="index.html">-Accueil</a></li>
<li><a class="current" href="projets.html">-Projets</a></li>
<li><a class="current" href="liens.html">-Liens</a></li>
</ul>
</nav>
<object data="cv2.pdf" type="application/pdf" width="100%" height="500">
<p>Le fichier PDF ne s'affiche pas correctement, pour le consulter, téléchargez-le ->><a href="cv2.pdf"></a>ici.</p>
</object>
</body>