3/31/23
This commit is contained in:
31
errata.html
Normal file
31
errata.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Everest Linux - Home</title>
|
||||
<link type="text/css" rel="stylesheet" href="css/everest.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navbar -->
|
||||
<div class="sidenav">
|
||||
<a href="index.html">Home</a>
|
||||
<a href="about.html">About</a>
|
||||
<a href="install.html">Install</a>
|
||||
<a href="https://git.everestlinux.org/EverestLinux/glacier-pkgs">Packages</a>
|
||||
<a href="download.html">Downloads</a>
|
||||
<a href="https://git.everestlinux.org/EverestLinux/wiki">Wiki</a>
|
||||
<a href="errata.html">Errata</a>
|
||||
<a href="https://git.everestlinux.org">Git</a>
|
||||
</div>
|
||||
|
||||
<!-- Rest of page -->
|
||||
<div class="main">
|
||||
<h2>Errata</h2>
|
||||
<p>This page will be periodically updated with security advisories, and instructions for fixing them.</p>
|
||||
<p>No advisories to report.</p>
|
||||
<p>Last updated: March 31st 2023</p>
|
||||
</div>
|
||||
<footer>
|
||||
<p>Copyright (C) 2021-2023 Everest Linux</p>
|
||||
<p>Linux (R) is a registered trademark of Linus Torvalds.</p>
|
||||
<p>Everest Linux is provided AS IS, WITHOUT WARRANTY.</p>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user