-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (36 loc) · 1.05 KB
/
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
<!DOCTYPE html>
<head>
<meta charset = "utf-8">
<meta name = "viewport" content = "width=device-width">
<title> Alexandre Lainé </title>
<link rel = "icon" href = "./img/favicon.png">
<link rel="stylesheet" href="./css/template.css" />
</head>
<header>
<h1>
Alexandre Lainé website
</h1>
</header>
<body>
<div class="bandeau">
<div class="boutton">
<a href="./pages/cv.html">CV</a>
</div>
<div class="boutton">
<a href="./pages/post.html">Posts</a>
</div>
<div class="boutton">
<a href="./pages/tuto.html">Tuto</a>
</div>
<div class="boutton">
<a href="https://github.com/alexandre-laine">GitHub</a>
</div>
<div class="boutton">
<a href="./pages/contact.html">Contact</a>
</div>
</div>
</body>
<footer>
© 2024 Alexandre Lainé
</footer>
</html>