30 lines
948 B
Text
30 lines
948 B
Text
(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 "")
|
|
)))
|