blob: 1481da47d394b640801fc1d43fc359e1bb6d3f8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!DOCTYPE html>
<html>
<head>
<title>Marcellus</title>
<link rel="stylesheet" type="text/css" href="../style.css">
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<link rel="icon" type="favicon/ico" href="img/mii.ico">
</head>
<body>
<a href="../info.html" class="language">🇫🇷</a>
<div class="content">
<h1>Projects</h1>
<p></p>
<hr class="section-sep">
<h1>My setup(s)</h1>
<p></p>
</div>
<a href="index.html" class="footer">Return</a>
</body>
</html>
|