-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·39 lines (39 loc) · 1.02 KB
/
Copy pathindex.html
File metadata and controls
executable file
·39 lines (39 loc) · 1.02 KB
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Enzo Durel</title>
<link rel="stylesheet" href="https://hozendev.github.io/hozen-style/html/css/reset.css">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./style/header.css">
<link rel="stylesheet" href="./style/footer.css">
</head>
<body>
<header>
<nav>
<ul>
<li>
<a href="https://hozendev.github.io/enzodurel.fr/"> EnzoDurel.FR </a>
</li>
<li>
<a href="https://perso.isima.fr/~endurel"> Page Personnelle ISIMA </a>
</li>
<li>
<a href="https://hozendev.github.io/enzodurel.fr/cv/"> Curriculum vitæ </a>
</li>
</ul>
</nav>
</header>
<main>
<h1>Portfolio</h1>
</main>
<footer>
<ul>
<li> Auteur: Durel Enzo </li>
<li> 2025 </li>
</ul>
</footer>
<script src="./scripts/sections.js" defer></script>
<script src="https://hozendev.github.io/hozen-style/html/scripts/widget.js" defer></script>
</body>
</html>