everest-web/docs/template.html

38 lines
1.2 KiB
HTML
Raw Normal View History

2023-04-04 13:36:31 -04:00
<!DOCTYPE html>
<html>
<head>
2023-05-01 10:42:27 -04:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Everest Linux - Docs</title>
2023-09-29 09:18:06 -04:00
<link type="text/css" rel="stylesheet" href="../css/nord.css"/>
2023-04-04 13:36:31 -04:00
</head>
<body>
<!-- Navbar -->
<div class="sidenav">
2023-09-29 09:18:06 -04:00
<img src="../img/everest-nord.svg" alt="everest-logo">
2023-04-04 13:36:31 -04:00
<a href="../index.html">Home</a>
<a href="../about.html">About</a>
<a href="../install.html">Install</a>
<a href="https://git.everestlinux.org/EverestLinux/glacier-pkgs">Packages</a>
<a href="../download.html">Downloads</a>
<a href="home.html">Docs</a>
<a href="https://git.everestlinux.org/EverestLinux/wiki">Wiki</a>
<a href="../errata.html">Errata</a>
<a href="https://git.everestlinux.org">Git</a>
</div>
<!-- Rest of page -->
<div class="main">
<button onclick="window.location.href='home.html';">
Back to home
</button>
</div>
<footer>
<p>Page last updated MM/DD/YY @ HH:MM</p>
<p>Page licensed under GNU Free Documentation License 1.3 or later</p>
<p>--------------------</p>
<p>Copyright (C) 2021-2023 Everest Linux</p>
<p>Linux (R) is a registered trademark of Linus Torvalds.</p>
<p>Everest Linux is provided AS IS, WITHOUT WARRANTY.</p>
</footer>