everest-web/index.html
2022-05-24 01:38:12 +00:00

16 lines
446 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>
</body>
</html>