aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-14 16:39:16 +0300
committerAhmed <git@gumx.cc>2026-06-14 16:39:16 +0300
commit4cace2f42208bc54298894d4bc0988b165bd73da (patch)
tree2f4a2d181116fe63c00f168747cd7a73e753e321 /scripts
parent5a8d568931d9b23ce0df1265d05259a7012081c9 (diff)
add: hooks, documentation, and other vibed edits
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gen_bots.py13
1 files changed, 2 insertions, 11 deletions
diff --git a/scripts/gen_bots.py b/scripts/gen_bots.py
index ddb2d54..ed53bc6 100644
--- a/scripts/gen_bots.py
+++ b/scripts/gen_bots.py
@@ -37,17 +37,7 @@ a { color: inherit; }
@media (max-width: 400px) { body { font-size: 0.8em; } h1 { font-size: 1.6em; } }
@media (prefers-color-scheme: dark) { html { filter: invert(1); } img { filter: invert(1); } }"""
-FOOTER = """\
-<footer>
-<hr>
-<a href="https://gumx.cc">gumx.cc</a> /
-<a href="https://git.gumx.cc">git</a> /
-<a href="https://mail.gumx.cc">mail</a> /
-<a href="https://irc.gumx.cc">irc</a> /
-<a href="https://vpn.gumx.cc">vpn</a> /
-<a href="https://pgp.gumx.cc">pgp</a> /
-<a href="https://wk.fo">wk.fo</a>
-</footer>"""
+FOOTER = ""
def page(title, header_html, content_html):
@@ -56,6 +46,7 @@ def page(title, header_html, content_html):
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
+<link rel="icon" type="image/svg+xml" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1IDUiPjxyZWN0IHg9IjEiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIyIiB5PSIxIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMCIgeT0iMiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjEiIHk9IjIiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIyIiB5PSIyIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PC9zdmc+">
<title>{title}</title>
<style>
{STYLE}