everest-web/template.html

30 lines
877 B
HTML
Raw Normal View History

2023-01-26 17:27:05 -05:00
<!DOCTYPE html>
<html>
<head>
<title>Everest Linux - Home</title>
<link type="text/css" rel="stylesheet" href="css/everest.css"/>
</head>
<body>
<!-- Navbar -->
<div class="sidenav">
2023-04-06 07:42:23 -04:00
<img src="img/everest-logo.svg" alt="everest-logo">
2023-01-26 17:27:05 -05: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>
2023-04-04 13:36:31 -04:00
<a href="docs/home.html">Docs</a>
2023-01-26 17:27:05 -05:00
<a href="https://git.everestlinux.org/EverestLinux/wiki">Wiki</a>
2023-03-31 11:46:59 -04:00
<a href="errata.html">Errata</a>
2023-01-26 17:27:05 -05:00
<a href="https://git.everestlinux.org">Git</a>
</div>
<!-- Rest of page -->
<div class="main">
</div>
2023-03-31 11:46:59 -04:00
<footer>
<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>