2025-06-18 10:58:24 +02:00

63 lines
2.0 KiB
HTML

<!-- index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sleepee Software</title>
<!-- Google Font -->
<link href="assets/IosevkaSS15-Regular.ttf" rel="stylesheet">
<!-- style --->
<link rel="stylesheet" href="style.css">
<!-- icon -->
<!--<link rel="icon" type="image/png" href="/assets/favicon-96x96.png" sizes="96x96" />-->
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
<link rel="shortcut icon" href="/assets/favicon.ico" />
<link rel="manifest" href="/assets/site.webmanifest" />
</head>
<body>
<!--<div id="top"></div>
<div id="loading-screen">
<div class="loading-text">PRESS TO START</div>
</div>
<div class="grid-bg"></div>
<div class="crt-overlay"></div>
<div class="content">-->
<header>
<nav id="top-nav"><ul>
<img src="assets/cooltext484352697795184.png" style="max-width: 30%; height: auto;">
<li><a href="#" id="nav-landing">Whoami</a></li>
<li><a href="#" id="nav-blog">Blog</a></li>
<li><a href="#" id="nav-blog">Projets</a>
<li><a href="#" id="nav-forum">Chat</a></li>
<li><a href="#" id="nav-learn">Learn</a></li>
<li><a href="#" id="nav-shop">Shop</a></li>
<li><a href="#" id="nav-login">Login or Account</a></li>
</ul></nav>
</header>
<aside>
<nav>
<a href="#top">top</a>
<ul>
<a href="#Preambule">Preambule</a>
<a href="#neuro">Desordre Neurologique</a>
<a href="#shitpost">Shitpost</a>
</ul>
<a href="#container-dev">Project</a>
<ul>
<a href="#SterlingOs">Sterling Os</a>
</ul>
</nav>
</aside>
<main id="content-container">
</main>
<footer>
<p>Copyright @ 2025 <a href="mailto:dev@sleepeesoftware.fr">Sleepee Software</a><br>Verbatim copying and redistribution of this entire page are permitted provided this notice is preserved.<br>
Verbatim copying and redistribution of any of the photos in the photos subdirectory is permitted under the <a href="https://opensource.org/license/mit">MIT License</a></p>
</footer>
<!--<script src="js/index.js"></script>-->
</body>
</html>