blob: 794efc18208df9feabb3947eb82789ba7de56af0 (
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="en/index.html" class="language">🤮🇬🇧</a>
<div class="links">
<a href="moa.html" class="link">
<img src=img/aboutme.png width=60% />
<span>Qui suis-je ?</span>
</a>
</div>
<div class="links">
<a href="info.html" class="link">
<span>Informatique</span>
</a>
<a href="musique.html" class="link">
<img src=img/music.png width=60% />
<span>Musique</span>
</a>
</div>
</body>
</html>
|