Files
firezone/docs/index.html
2020-06-02 22:28:25 -07:00

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>