mirror of
https://github.com/gezimos/inkOS.git
synced 2026-06-11 06:44:17 -04:00
40 lines
1.2 KiB
HTML
40 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>inkOS — 404</title>
|
|
<link rel="icon" href="img/inkos.svg" type="image/svg+xml">
|
|
<link rel="stylesheet" href="stili.css">
|
|
</head>
|
|
<body class="page-fade">
|
|
|
|
<!-- NAV -->
|
|
<div class="nav-wrapper">
|
|
<nav class="nav">
|
|
<div class="nav-inner">
|
|
<a href="./" class="nav-logo"><img src="img/inkos_logo_w.svg" alt="inkOS"></a>
|
|
<div class="nav-links">
|
|
<a href="./">Home</a>
|
|
<a href="about/">About</a>
|
|
<a href="features/">Features</a>
|
|
<a href="presets/">Presets</a>
|
|
<a href="changelog/">Changelog</a>
|
|
<a href="#faq">FAQ</a>
|
|
<a href="https://www.buymeacoffee.com/gezimos" target="_blank" class="nav-cta">Support</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</div>
|
|
|
|
<section class="hero hero-features" style="min-height:60vh; display:flex; flex-direction:column; align-items:center; justify-content:center;">
|
|
<h1>404</h1>
|
|
<p>This page doesn't exist.</p>
|
|
<a href="./" style="margin-top:2rem; color:#fff; text-decoration:underline; font-size:1.1rem;">Go home</a>
|
|
</section>
|
|
|
|
<script src="script.js"></script>
|
|
|
|
</body>
|
|
</html>
|