summaryrefslogtreecommitdiff
path: root/en/index.html
blob: 7fb81837072e2bb9de3de4f57f2007791ec3abf3 (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="aboutme.html" class="link">
				<img src=../img/aboutme.png width=60% />
				<span>Who am I ?</span>
			</a>
		</div>
		<div class="links">
			<a href="it.html" class="link">
				
				<span>IT</span>
			</a>
			<a href="music.html" class="link">
				<img src=../img/music.png width=60% />
				<span>Music</span>
			</a>
		</div>
	</body>
</html>