blob: 10b1b98db2c1e59dc8357713ca6a9b7eac3804a8 (
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
30
31
32
|
<!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 class="index">
<p style="position: absolute; top:50%; left: 50%; text-align: center; transform: rotate(-45deg);">J'aime paaaaas ce style de menu mais j'ai pas d'idées...</p>
<h1>Marcellus</h1>
<a href="en/index.html" class="language">🤮🇬🇧</a>
<div class="links">
<a href="pages.html#aboutme" class="link">
<img src=img/aboutme.png width=60% />
<span>Qui suis-je ?</span>
</a>
</div>
<div class="links">
<a href="pages.html#it" class="link">
<img src="https://www.your3dsource.com/images/laptopB.gif">
<span>Informatique</span>
</a>
<a href="pages.html#music" class="link">
<img src=img/music.png width=60% />
<span>Musique</span>
</a>
</div>
<a href="https://www.imood.com/users/Marcellus"><img src="https://moods.imood.com/display/uname-Marcellus/fg-80FF00/trans-1/imood.gif" alt="The current mood of Marcellus at www.imood.com" border="0"></a>
<small><small><small><a href="log.html" style="position: absolute; bottom:0; right:0;">trop long pas lire</a></small></small></small>
</body>
</html>
|