deploy: 0ec09e155bc46257351b569f362f0894da93316d
This commit is contained in:
29
index.html
Normal file
29
index.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!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="actions.html">Actions</a></li><li><a href="contact.html">Contact</a></li><li><a href="ressources.html">Ressources</a></li><li><a href="faq.html">FAQ</a></li><li><a href="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.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>
|
||||
Reference in New Issue
Block a user