22 lines
571 B
HTML
22 lines
571 B
HTML
<!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">
|
|
<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="https://git.everestlinux.org/EverestLinux/wiki">Wiki</a>
|
|
<a href="https://git.everestlinux.org">Git</a>
|
|
</div>
|
|
|
|
<!-- Rest of page -->
|
|
<div class="main">
|
|
</div>
|