-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 913 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
32
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Arnaud lMdC's Website</title>
<meta name="description" content="Aarrn33's website">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="">
</head>
<body>
<h1>
Welcome to my website!
</h1>
<h2>
I am Arnaud le Masne de Chermont
</h2>
<p>
I am a French programmer and as you can guess, I have yet to focus on frontend...
</p>
<h2>
Cool sites
</h2>
<p>
Friends sites:
<br>
<a href="https://jules-ptv.github.io/">Jules Ptv</a>
<br>
<a href="https://www.allenbridi.com/">Allen Bridi</a>
</p>
</body>
</html>