everest-web/errata.html

42 lines
1.3 KiB
HTML
Raw Permalink Normal View History

2023-03-31 11:46:59 -04:00
<!DOCTYPE html>
<html>
<head>
2023-05-01 10:42:27 -04:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Everest Linux - Errata</title>
2023-09-29 09:18:06 -04:00
<link type="text/css" rel="stylesheet" href="css/nord.css"/>
2023-05-01 10:42:27 -04:00
<link rel="icon" type="image/x-icon" href="img/favicon.svg"/>
2023-03-31 11:46:59 -04:00
</head>
<body>
<!-- Navbar -->
<div class="sidenav">
2023-09-29 09:18:06 -04:00
<img src="img/everest-nord.svg" alt="everest-logo">
2023-03-31 11:46:59 -04:00
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="install.html">Install</a>
2023-10-13 12:59:24 -04:00
<a href="packages.html">Packages</a>
2023-03-31 11:46:59 -04:00
<a href="download.html">Downloads</a>
2023-04-04 13:36:31 -04:00
<a href="docs/home.html">Docs</a>
2023-03-31 11:46:59 -04:00
<a href="errata.html">Errata</a>
2023-10-13 12:59:24 -04:00
<a href="https://git.everestlinux.org">Git ↗</a>
2023-03-31 11:46:59 -04:00
</div>
<!-- Rest of page -->
2023-10-19 11:59:54 -04:00
<div class="hero-image">
2023-10-19 12:39:56 -04:00
<div class="hero-text">
<h1>Errata</h1>
</div>
2023-10-19 11:59:54 -04:00
</div>
2023-03-31 11:46:59 -04:00
<div class="main">
2023-10-19 18:58:47 -04:00
<h2>Errata and Security Advisories</h2>
2023-03-31 11:46:59 -04:00
<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>
2023-03-31 17:32:50 -04:00
<p>Contact security@everestlinux.org to report an issue</p>
2023-03-31 11:46:59 -04:00
</div>
<footer>
2024-02-01 08:48:40 -05:00
<p>Copyright (C) 2021-2024 Everest Linux</p>
2023-03-31 11:46:59 -04:00
<p>Linux (R) is a registered trademark of Linus Torvalds.</p>
<p>Everest Linux is provided AS IS, WITHOUT WARRANTY.</p>
</footer>