diff options
author | Bradley Taunt <bt@btxx.org> | 2025-07-13 16:50:05 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2025-07-13 16:50:05 -0400 |
commit | 9db42e69c92372ec9eea2002c13c350bac2de799 (patch) | |
tree | b6268fb883f53a8b4cacdff2b64266d64602514c | |
parent | 8083329f8fe279471741a13427682f3ac5798eb1 (diff) |
Remove pass, add buy coffee link
-rw-r--r-- | _footer.html | 3 | ||||
-rw-r--r-- | index.md | 1 | ||||
-rw-r--r-- | public/index.html | 4 | ||||
-rw-r--r-- | public/index.html.gz | bin | 4060 -> 4078 bytes | |||
-rw-r--r-- | public/style.css.gz | bin | 559 -> 559 bytes |
5 files changed, 4 insertions, 4 deletions
diff --git a/_footer.html b/_footer.html index 9c8110c..57825a2 100644 --- a/_footer.html +++ b/_footer.html @@ -1,7 +1,8 @@ <hr> <footer> <p>Maintained by <a href="https://btxx.org">Bradley Taunt</a><br> - Served with <a href="https://man.openbsd.org/httpd.8">httpd</a> and <a href="https://man.openbsd.org/relayd.8">relayd</a> on <a href="https://openbsd.org">OpenBSD</a><br> + <a href="https://buymeacoffee.com/wqtmtn7ir">Buy me a coffee!</a></p> + <p>Served with <a href="https://man.openbsd.org/httpd.8">httpd</a> and <a href="https://man.openbsd.org/relayd.8">relayd</a> on <a href="https://openbsd.org">OpenBSD</a><br> <a href="https://codeberg.org/btxx/openbased">Source code</a> </p> </footer> @@ -152,7 +152,6 @@ This section isn't going to explain each and every single useful package include ### Security -* `pass` – basic password generator. * `unveil`, `pledge` – available for programs to restrict access and system calls (helpful for programs like Firefox, 3rd party editors). ## Additional Packages diff --git a/public/index.html b/public/index.html index c6e04f3..60c842e 100644 --- a/public/index.html +++ b/public/index.html @@ -207,7 +207,6 @@ rcctl start apmd <h3 id="security">Security</h3> <ul> -<li><code>pass</code> – basic password generator.</li> <li><code>unveil</code>, <code>pledge</code> – available for programs to restrict access and system calls (helpful for programs like Firefox, 3rd party editors).</li> </ul> @@ -234,7 +233,8 @@ rcctl start apmd <hr> <footer> <p>Maintained by <a href="https://btxx.org">Bradley Taunt</a><br> - Served with <a href="https://man.openbsd.org/httpd.8">httpd</a> and <a href="https://man.openbsd.org/relayd.8">relayd</a> on <a href="https://openbsd.org">OpenBSD</a><br> + <a href="https://buymeacoffee.com/wqtmtn7ir">Buy me a coffee!</a></p> + <p>Served with <a href="https://man.openbsd.org/httpd.8">httpd</a> and <a href="https://man.openbsd.org/relayd.8">relayd</a> on <a href="https://openbsd.org">OpenBSD</a><br> <a href="https://codeberg.org/btxx/openbased">Source code</a> </p> </footer> diff --git a/public/index.html.gz b/public/index.html.gz Binary files differindex 4200497..27a96f4 100644 --- a/public/index.html.gz +++ b/public/index.html.gz diff --git a/public/style.css.gz b/public/style.css.gz Binary files differindex b2a7b44..4911f52 100644 --- a/public/style.css.gz +++ b/public/style.css.gz |