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

13
main.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<hmtl>
<head>
<title>Everest Linux</title>
<link type="text/css" rel="stylesheet" href="css/everest.css"/>
</head>
<body>
<p><img src="img/everest.png" alt="Everest Logo"/></p>
<h1>Everest Linux</h1>
<p>A simple source based Linux distribution</p>
<p>Everest is built off of the powerful yet simple Glacier package manager</p>
</body>
</html>