blob: 3296cb99d4673b961272f10c0d47a0207b633046 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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>
|