blob: bddf2c4a5e3e7d4cf73a294bbf2b49d8fa666165 (
plain)
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
|
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Marcellus</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<link rel="stylesheet" type="text/css" href="../style.css" />
</head>
<body>
<h1>Marcellus</h1>
<a href="../index.html" class="language">🇫🇷</a>
<div class="links">
<a href="me.html" class="link">
<img src=../img/aboutme.png width=60% />
<span>Who am I ?</span>
</a>
</div>
<div class="links">
<a href="#" class="link">
<span>IT</span>
</a>
<a href="#" class="link">
<img src=../img/music.png width=60% />
<span>Music</span>
</a>
</div>
</body>
</html>
|