upload updated files
This commit is contained in:
13
main.html
Normal file → Executable file
13
main.html
Normal file → Executable file
@@ -1,15 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<hmtl>
|
||||
<head>
|
||||
<title>Everest Linux</title>
|
||||
<title>Everest Linux - Home</title>
|
||||
<link type="text/css" rel="stylesheet" href="css/everest.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<p><img src="img/everest.png" alt="Everest Logo"/></p>
|
||||
<ul>
|
||||
<li><a href="main.html">Home</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="install.html">Handbook</a></li>
|
||||
<li><a href="https://git.everestlinux.org/EverestLinux/glacier-pkgs">Packages</a></li>
|
||||
<li><a href="download.html">Downloads</a></li>
|
||||
</ul>
|
||||
<img src="img/banner2.jpg" alt="Everest Logo"/>
|
||||
<h1>Everest Linux</h1>
|
||||
<p>A highly flexible, general purpose operating system, built off of the Linux kernel.</p>
|
||||
<h2>Why Everest?</h2>
|
||||
<p><strong>Simple: </strong>Everest strives to be simple by design, coming with no pre-installed bloatware.</p>
|
||||
<p><strong>Simple: </strong>Everest strives to be simple by design, coming with no pre-installed bloatware, or spyware</p>
|
||||
<p><strong>Stable: </strong>Everest is designed to be as stable as possible. Adopting a unique approach to package management, update any package whenever you want, or not at all. Plus, major package dependencies are not resolved automatically, reducing the possibility of needing to downgrade a library.</p>
|
||||
<p><strong>Fast: </strong>Everest compiles packages so they can run as efficiently as possible. Simply define your desired makeflags and you're ready to go.</p>
|
||||
<p><strong>Lightweight: </strong>Everest uses busybox and sysvinit to provide an extremely lightweight system.</p>
|
||||
|
||||
Reference in New Issue
Block a user