Add files via upload

This commit is contained in:
everest
2022-05-24 01:38:12 +00:00
committed by GitHub
parent 9a84be5e55
commit 6043908e03
6 changed files with 71 additions and 0 deletions

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!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>