mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
54 lines
1.2 KiB
HTML
54 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>FireZone: Firewall + Web Gui for WireGuard</title>
|
|
<link rel="stylesheet" href="css/style.css">
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header>
|
|
<img class="logo" src="img/logo.svg" alt="FireZone Logo">
|
|
<nav>
|
|
<ul class="nav-links">
|
|
<li>
|
|
<a href="#introduction">Introduction</a>
|
|
</li>
|
|
<li>
|
|
<a href="#installation">Installation</a>
|
|
</li>
|
|
<li>
|
|
<a href="#usage">Usage</a>
|
|
</li>
|
|
<li>
|
|
<a href="#contributing">Contributing</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<section>
|
|
<div class="content">
|
|
<h1>FireZone</h1>
|
|
|
|
<a name="introduction"></a>
|
|
<h2>Introduction</h2>
|
|
|
|
<a name="installation"></a>
|
|
<h2>Installation</h2>
|
|
|
|
<a name="usage"></a>
|
|
<h2>Usage</h2>
|
|
|
|
<a name="contributing"></a>
|
|
<h2>Contributing</h2>
|
|
</div>
|
|
</section>
|
|
<footer>
|
|
<div>
|
|
© 2020 FireZone LLC
|
|
</div>
|
|
</footer>
|
|
</main>
|
|
</body>
|
|
</html>
|