-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (25 loc) · 973 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>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>Maxime De Clercq</title>
<meta name="description" content="Personal website of Maxime De Clercq" />
<meta name="keywords" content="Maxime De Clercq, Personal, Website, Github" />
<meta name="author" content="Maxime De Clercq">
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<header>
<h1>Maxime De Clercq</h1>
</header>
<main>
<p><q cite="https://www.brainyquote.com/quotes/shah_rukh_khan_442114">Success is not a good teacher, failure makes you humble.</q> - Shah Rukh Khan</p>
</main>
<footer>
<p>© <script>document.write(new Date().getFullYear())</script> Maxime De Clercq<p>
</footer>
</body>
</html>