summaryrefslogtreecommitdiff
path: root/en/index.html
blob: 2a58aeb98d76743abcedfe39a806d74c1797f504 (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>
		<h1>Marcellus</h1>
		<a href="../index.html" class="language">
			<img src="../img/chad.png" style="width: 1.2em">🇫🇷</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">
				<img src="https://www.your3dsource.com/images/laptopB.gif">
				<span>IT</span>
			</a>
			<a href="music.html" class="link">
				<img src=../img/music.png width=60% />
				<span>Music</span>
			</a>
		</div>
	</body>
</html>