glacier-web/template.html

31 lines
766 B
HTML
Raw Normal View History

2023-12-20 10:06:34 -05:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Glacier - Home</title>
<link type="text/css" rel="stylesheet" href="css/nord.css"/>
</head>
<body>
<!-- Navbar -->
<div class="sidenav">
<img src="img/everest-nord.svg" alt="everest-logo">
<a href="index.html">Home</a>
<a href="download.html">Downloads</a>
<a href="https://git.everestlinux.org">Git ↗</a>
</div>
<!-- Rest of page -->
<div class="hero-image">
<div class="hero-text">
<h1>Template</h1>
</div>
</div>
<div class="main">
</div>
<footer>
<p>Copyright (C) 2021-2023 Everest Linux</p>
<p>Linux (R) is a registered trademark of Linus Torvalds.</p>
<p>Glacier is provided AS IS, WITHOUT WARRANTY.</p>
</footer>