oxaliq.net/source/head.scm
oxaliq 4375c4d125
All checks were successful
ci/woodpecker/push/build-and-deploy Pipeline was successful
Revert "naked css"
This reverts commit d47b443d45
and commit 5b0abcc8fe.
2024-04-10 10:53:11 -04:00

30 lines
948 B
Scheme

(head
(meta ((http-equiv "Content-Type")
(content "text/html; charset=utf-8")))
(meta ((name "ROBOTS")
(content "NOINDEX, NOFOLLOW")))
(title "oxaliq.net - learning and making")
(meta ((name "author")
(content "sorrel")))
(meta ((name "description")
(content "yr place for sorrel on the world wide web")))
(meta ((name "viewport")
(content "width=device-width, initial-scale=1")))
(meta ((name "ascii-art-description")
(content "it's a crop of the work 'Oxalis acetosella', Otto Wilhelm Thomé
(1885) run through the ascii-art generation tool on https://www.asciiart.eu/")))
(link ((rel "stylesheet")
(href "/static/style/styles.css")))
(style "
p.ascii {
font-family: 'Courier New', Courier, monospace;
font-size: 8px;
white-space: pre;
margin: 0;
}
p.ascii.but-normal-size {
font-size: medium;
}")
(script ((src "/static/htmx.min.js")
(defer "")
)))