blob: bdaa1445e610aab66b3fd83d883224a3d3ca828c (
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
|
<!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" />
<link rel="icon" type="favicon/ico" href="img/mii.ico">
</head>
<body class="index">
<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>
|