mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
44 lines
933 B
HTML
44 lines
933 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>FireGuard: Firewall + Web Gui for WireGuard™</title>
|
|
<link rel="stylesheet" href="css/style.css">
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<nav>
|
|
<a href="#introduction">Introduction</a>
|
|
|
|
|
<a href="#installation">Installation</a>
|
|
|
|
|
<a href="#usage">Usage</a>
|
|
|
|
|
<a href="#contributing">Contributing</a>
|
|
</nav>
|
|
<hr>
|
|
<section>
|
|
<h1>FireGuard</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>
|
|
</section>
|
|
<footer>
|
|
<hr>
|
|
<span style="float: left">
|
|
© 2020 CloudFire LLC
|
|
</span>
|
|
</footer>
|
|
</main>
|
|
</body>
|
|
</html>
|