1
0
Fork 0
web/index.html

36 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="./css/base.css?version=3">
<link rel="stylesheet" type="text/css" href="./css/index.css?version=3">
<title>17maiga</title>
<meta name="description" content="The personal website of me">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>HELLO THERE :)</header>
<main>
<div class="section">
Serious stuff
<ul>
<li>[<a href="./man.html">man</a>]: the man page</li>
</ul>
</div>
<div class="section">
Not serious stuff
<ul>
<li>[<a href="./fish.html">fish</a>]: the fish</li>
</ul>
</div>
<div class="section">
<span><a href="https://www.gaetanserre.fr">&larr;</a></span>
<span>&#127849; Webring des délices &#127849;</span>
<span><a href="https://exion35.github.io">&rarr;</a></span>
</div>
</main>
<footer>
<span class="copyleft">&copy;</span> Henri Saudubray.
</footer>
</body>
</html>