summaryrefslogtreecommitdiff
path: root/index.html
blob: 1bfdf74c7e7944a68baee352f10b01234c02eefb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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>
		<div class="links">
			<a href="#" class="link">
				<img src=img/aboutme.png />
				<span>Qui suis-je ?</span>
			</a>
			<a href="#" class="link">Informatique</a>
			<a href="#" class="link">Musique</a>
		</div>
	</body>
</html>