summaryrefslogtreecommitdiff
path: root/index.html
blob: 442be8ecd1d854a940226c29f1367c259827577c (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
<!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">
		<h1>Marcellus</h1>
		<a href="en/index.html" class="language">🤮🇬🇧</a>
		<div class="links">
			<a href="moa.html#aboutme" class="link">
				<img src=img/aboutme.png width=60% />
				<span>Qui suis-je ?</span>
			</a>
		</div>
		<div class="links">
			<a href="moa.html#it" class="link">
				<img src="https://www.your3dsource.com/images/laptopB.gif">
				<span>Informatique</span>
			</a>
			<a href="moa.html#music" class="link">
				<img src=img/music.png width=60% />
				<span>Musique</span>
			</a>
		</div>
		<small><small><small><a href="log.html" style="position: absolute; bottom:0; right:0;">trop long pas lire</a></small></small></small>
	</body>
</html>