diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..3296cb9 --- /dev/null +++ b/public/index.html @@ -0,0 +1,39 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="color-scheme" content="light dark"> + <title>OpenBASED - Setup OpenBSD as a daily driver using only the included, base programs</title> + <link rel="icon" type="image/x-icon" href="./favicon.ico"> + <link rel="stylesheet" href="./style.css"> +</head> +<body> + <h1><a href="/"><span class="title"><i>Open</i><b>BASED</b></span></a></h1> + <hr> + <p>Setup OpenBSD as a daily driver using only the included, base programs.</p> + +<hr /> + +<div class="TOC"> + +<ul> +<li><a href="#gettingstarted">Getting Started</a></li> +<li><a href="#contribute">Contribute</a></li> +</ul> +</div> + +<h2 id="gettingstarted">Getting Started</h2> + +<p>Coming soon…</p> + +<h2 id="contribute">Contribute</h2> + +<p>I’m far from an OpenBSD expert! Please <a href="https://git.sr.ht/~bt/openbased">help improve this project</a>!</p> +<hr> +<footer> + <p>Project created by <a href="https://btxx.org">Bradley Taunt</a><br> + <a href="https://git.sr.ht/~bt/openbased">Source code</a> | Hosted on <a href="https://billing.linveo.com/order/forms/a/MTM4Ng==">Linveo</a></p> +</footer> +</body> +</html> |