Files
void-static-website/accueil.html
2025-01-10 13:11:56 +00:00

30 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Low-tech Lab - Grenoble</title>
<base href="">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="header">
<div class="logo"><a href="index.html">Low-tech Lab - Grenoble</a></div>
<ul class="menu">
<li><a href="index.php/accueil.html">Accueil</a></li><li><a href="index.php/actions.html">Actions</a></li><li><a href="index.php/contact.html">Contact</a></li><li><a href="index.php/ressources.html">Ressources</a></li><li><a href="index.php/faq.html">FAQ</a></li><li><a href="index.php/blog.html">Blog</a></li> </ul>
<!-- Theme Toggle Button -->
<button id="theme-toggle" class="theme-toggle">🌙</button>
</div>
<div class="main">
<div class="page"><h1>Page not found</h1>
<p>Are you sure you entered the URL correctly?</p>
<p>Return to <a href="index.php/index.html">home page</a>.</p></div></div>
<div class="footer">
<div class="left"><a href="index.html">© 2025 Low-tech Lab - Grenoble</a></div>
<div class="right">Powered by <a href="https://github.com/josephernest/void">Void</a>.</div>
</div>
<script src="assets/theme-toggle.js"></script>
</body>
</html>