add a basic nav on top of page

with links to Wiki, Forge and Matrix tools
This commit is contained in:
vincent-peugnet 2025-12-11 18:31:07 +01:00
parent c3ca6d4f18
commit 4bff802740
2 changed files with 22 additions and 0 deletions

View file

@ -9,6 +9,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav>
<ul>
<li><a href="https://wiki.interhacker.space">wiki</a></li>
<li><a href="https://git.interhacker.space">forge</a></li>
<!-- <li><a href="https://element.interhacker.space">matrix</a></li> -->
<li><a href="https://tube.interhacker.space">peertube</a></li>
</ul>
</nav>
<header>
<h1>UNE INTRODUCTION AUX HACKERSPACES ET À LEURS ACTIVITÉS</h1>
</header>