35 lines
1.3 KiB
HTML
35 lines
1.3 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta content="EvolutionOS Download" property="og:title">
|
||
|
<meta content="evolutionOS Wiki... or not" property="og:description">
|
||
|
<meta content="Yup: It's down. Enormous L. Blame Hectabit." property="og:site_name">
|
||
|
<meta content="https://hectabit.org/assets/img/evolutionos.png" property="og:image">
|
||
|
|
||
|
<link rel="icon" href="/assets/img/evolutionlogo.svg" type="image/svg+xml">
|
||
|
<title>evolutionOS Wiki... or not</title>
|
||
|
<link rel="stylesheet" href="/styles.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="title-bar">
|
||
|
<a class="logolink" href="/">
|
||
|
<img class=title-img src="/assets/img/evolutionlogo.svg" alt="EvolutionOS Logo">
|
||
|
</a>
|
||
|
<div class="buttons">
|
||
|
<a class="titlebuttons" href="/download">Download</a>
|
||
|
<a class="titlebuttons" href="/wiki">Wiki</a>
|
||
|
<a class="titlebuttons" href="https://centrifuge.hectabit.org/evolutionos/evolution-packages">Source Code</a>
|
||
|
<!-- New button for toggling dark mode -->
|
||
|
<button onclick="toggleDarkMode()" class="dark-mode-button"><img class=darkmodeicon src="/assets/img/moon.svg" alt="Dark Mode Button"></button>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="container">
|
||
|
<h1>EvolutionOS Wiki</h1>
|
||
|
<p>Wiki under construction</p>
|
||
|
</div>
|
||
|
<script src=/main.js></script>
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|