add footeroform

This commit is contained in:
ubq323 2021-01-28 20:59:01 +00:00
parent c1138fba8d
commit 6f9043bd1d
1 changed files with 7 additions and 0 deletions

View File

@ -101,6 +101,13 @@ proc mainPage(): string =
of rtTimeout: text "Timed out"
of rtFetchError: text "Fetch failed"
tdiv: text &"{site.uptimePercent * 100}% up in last week"
hr()
small:
text "made by "
a(href="https://osmarks.net"): text "gollark"
text ", currently hosted by "
a(href="https://ubq323.website"): text "ubq323"
text "."
$vnode
proc onRequest(req: Request) {.async.} =