16 lines
421 B
HTML
Executable File
16 lines
421 B
HTML
Executable File
<!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>
|
|
<h1>News</h1>
|
|
<p>5/31/22 - Glacier v2.0 has been released</p>
|
|
</body>
|
|
</html>
|