-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (26 loc) · 827 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My Website</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<main>
<p style="text-align: center; font-size: 35px; font-weight: 700;">David Pepin</p>
<p style="text-align: center; font-size: 20px;">Espace de publication personnel | Personal publishing space</p>
<div style="text-align: center; margin-top: 50px; font-size: 22px; font-size: 20px; font-weight: 700;">
<a href="/fr/" style="display: inline-block;">
Français
</a>
|
<a href="/en/" style="display: inline-block;">
English
</a>
</div>
</main>
<script src="index.js"></script>
</body>
</html>