17 lines
493 B
HTML
17 lines
493 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Landing</title>
|
||
|
<link type="text/css" rel="stylesheet" href="css/everest.css"/>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Welcome to the Everest Linux landing page.</h1>
|
||
|
<p>This page should serve no purpose besides providing links back to the main site.</p>
|
||
|
<p></p>
|
||
|
<p><a href="main.html">Home</a></p>
|
||
|
<p><a href="about.html">About</a></p>
|
||
|
<p><a href="https://github.com/everest-linux/glacier-pkgs">Packages</a></p>
|
||
|
<p><a href="install.html">Installation</a></p>
|
||
|
</body>
|
||
|
</html>
|