2024-09-01 14:29:08 -07:00
( defun footer ( )
2024-09-07 11:29:01 -07:00
` ( footer ( )
( div ( )
"page rendered at $[date +%s]"
( br )
"page compiled at " , ( exec-command "date +%s" ) )
, ( exec-command "include files/88x31/natalieee.net.html" )
( div ( )
( footnote ( :style "margin-top: 5px" ) "all content, with the exception of 88x31 buttons or unless otherwise noted is created by me and is licensed under a CC BY-NC-SA 4.0 license." ) )
( a ( :href "https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en" )
2024-10-15 22:37:04 -07:00
( img ( :src "/files/by-nc-sa.png" :alt "license 88x31" :width "88" :height "31" ) ) )
2024-10-30 05:00:15 -07:00
( footnote ( :style "margin-top: 5px" ) "▖▖▖▖▘▖▖▖▖▘▌▖▖▖▘"
( div ( :style "flex-direction: row; width: 14ch; gap: 1ch; margin-right: 5px;" )
( a ( :href "https://stellophiliac.github.io/roboring/0x6e6174/previous" ) "<-" )
( a ( :href "https://stellophiliac.github.io/roboring" ) "roboring" )
( a ( :href "https://stellophiliac.github.io/roboring/0x6e6174/next" ) "->" ) ) )
( div ( ) )
( noscript ( ) ( footnote ( ) "oh good, the reader has javascript disabled." ) ) ) )
2024-09-07 11:29:01 -07:00