everest-web/main.html

14 lines
359 B
HTML
Raw Normal View History

2022-05-23 21:38:12 -04:00
<!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>