everest-web/errata.html
2024-02-01 08:48:40 -05:00

42 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Everest Linux - Errata</title>
<link type="text/css" rel="stylesheet" href="css/nord.css"/>
<link rel="icon" type="image/x-icon" href="img/favicon.svg"/>
</head>
<body>
<!-- Navbar -->
<div class="sidenav">
<img src="img/everest-nord.svg" alt="everest-logo">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="install.html">Install</a>
<a href="packages.html">Packages</a>
<a href="download.html">Downloads</a>
<a href="docs/home.html">Docs</a>
<a href="errata.html">Errata</a>
<a href="https://git.everestlinux.org">Git ↗</a>
</div>
<!-- Rest of page -->
<div class="hero-image">
<div class="hero-text">
<h1>Errata</h1>
</div>
</div>
<div class="main">
<h2>Errata and Security Advisories</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>
<p>Contact security@everestlinux.org to report an issue</p>
</div>
<footer>
<p>Copyright (C) 2021-2024 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>