aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-06-09 10:49:13 -0400
committerBradley Taunt <bt@btxx.org>2025-06-09 10:49:13 -0400
commit8d395d6b54bec35184434546c835f2bc4e30ea73 (patch)
tree2223b08c2fa66c842c85e36b72e4048bd6e81f69 /public
parent9ce12742f3a8ead4f06abc392dbf6e318e23106b (diff)
Include reusable CSS and updates for new VPS
Diffstat (limited to 'public')
-rw-r--r--public/index.html4
-rw-r--r--public/index.html.gzbin4050 -> 4048 bytes
-rw-r--r--public/style.css16
-rw-r--r--public/style.css.gzbin635 -> 560 bytes
4 files changed, 5 insertions, 15 deletions
diff --git a/public/index.html b/public/index.html
index ae22e1e..c35d89d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -234,7 +234,9 @@ rcctl start apmd
<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://portal.massivegrid.com/aff.php?aff=504">MassiveGRID</a></p>
+ Served with <a href="https://man.openbsd.org/httpd.8">httpd</a> and <a href="https://man.openbsd.org/relayd.8">relayd</a><br>
+ Running on <a href="https://openbsd.org">OpenBSD</a><br>
+ <a href="https://git.sr.ht/~bt/openbased">Source code</a></p>
</footer>
</body>
</html>
diff --git a/public/index.html.gz b/public/index.html.gz
index 98af861..484e7c3 100644
--- a/public/index.html.gz
+++ b/public/index.html.gz
Binary files differ
diff --git a/public/style.css b/public/style.css
index 232bc45..ca3df9f 100644
--- a/public/style.css
+++ b/public/style.css
@@ -33,7 +33,7 @@ header {
img {
margin: 0 auto;
- max-width: 100%;
+ max-width: 120px;
}
h1 {
@@ -64,15 +64,6 @@ code {
background: whitesmoke;
}
-kbd {
- border: 1px solid black;
- border-radius: 4px;
- box-shadow: 0 2px 4px rgba(0,0,0,0.7);
- background: #eee;
- color: black;
- padding: 4px;
-}
-
p code, li code, dl code {
border: 1px solid;
padding: 1px 2px;
@@ -86,9 +77,6 @@ footer p {
font-size: 90%;
}
-.up { background: lightgreen; }
-.down { background: pink; }
-
@media (min-width: 800px) {
body {
max-width: 85%;
@@ -117,4 +105,4 @@ footer p {
pre, code {
background: black;
}
-} \ No newline at end of file
+}
diff --git a/public/style.css.gz b/public/style.css.gz
index e74c11a..825e143 100644
--- a/public/style.css.gz
+++ b/public/style.css.gz
Binary files differ