blob: c44cae41ddef9157f507facae9ccac7983c364bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<html>
<head>
<title>Marcellus</title>
<link rel="stylesheet" type="text/css" href="../style.css">
</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>
|