Upload files to ''

This commit is contained in:
Liam Waldron
2022-06-21 13:49:11 -04:00
parent 4b9ee73b74
commit 6ccd029cea
4 changed files with 246 additions and 0 deletions

16
index.html Normal file
View File

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