summaryrefslogtreecommitdiff
path: root/.zs/components/footer
diff options
context:
space:
mode:
Diffstat (limited to '.zs/components/footer')
-rwxr-xr-x.zs/components/footer109
1 files changed, 35 insertions, 74 deletions
diff --git a/.zs/components/footer b/.zs/components/footer
index 0c0fa63..0a8b019 100755
--- a/.zs/components/footer
+++ b/.zs/components/footer
@@ -10,82 +10,43 @@ print(html {
{
tag = "div",
{
- tag = "span",
- {
- tag = "a",
- class = "volatile",
- href = "https://ring.acab.dev/prev/C1NMCp8IXr",
- title = "go to the previous page in the webring",
- "[<<]"
- }
- },
- {
- tag = "span",
- {
- tag = "a",
- class = "volatile",
- href = "https://ring.acab.dev/rand/C1NMCp8IXr",
- title = "go to a random page in the webring",
- "[?]"
- }
- },
- {
- tag = "span",
- {
- tag = "a",
- class = "volatile",
- href = "https://ring.acab.dev",
- title = "hacker webring",
- "[⠠⠵ ]"
- }
- },
- {
- tag = "span",
- {
- tag = "a",
- class = "volatile",
- href = "https://ring.acab.dev/next/C1NMCp8IXr",
- title = "go to the next page in the webring",
- "[>>]"
- }
- },
- },
- {
- tag = "div",
- {
- tag = "span",
- "made with ",
+ tag = "div",
{
tag = "span",
- style = "color: var(--red)",
- "<3"
- },
- " by darkuss"
- },
- {
- tag = "span",
- {
- tag = "a",
- href = "/credits.html",
- "credits"
- }
- },
- {
- tag = "span",
- {
- tag = "a",
- href = "/privacy.html",
- "privacy"
- }
- },
- {
- tag = "span",
- "last modified: ",
- {
- tag = "time",
- datetime = date,
- date
+ "made with ",
+ {
+ tag = "span",
+ style = "color: var(--red)",
+ "<3"
+ },
+ " by darkuss"
+ },
+ {
+ tag = "span",
+ {
+ tag = "a",
+ href = "/credits.html",
+ "credits"
+ }
+ },
+ {
+ tag = "span",
+ {
+ tag = "a",
+ href = "/privacy.html",
+ "privacy"
+ }
+ },
+ {
+ tag = "span",
+ "built on: ",
+ {
+ tag = "time",
+ datetime = date,
+ date
+ }
+ }
}
}
}
-})
+)