Delete 'index.html'

This commit is contained in:
Liam Waldron 2022-06-21 13:48:19 -04:00
parent b68fc4490e
commit ec980c70db

View File

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