knutsen.co

Knutsen Homepage Source - knutsen.co
git clone git://git.knutsen.co/knutsen.co
Log | Files | Refs | README | LICENSE

about.sex (328B)


(%define title "About")

(!DOCTYPE html)
(html :lang en
  (head
    (%include "components/head"))
  (body
    (%include "components/header")
    (div :id container
        (%nav %title)
        (p My name is Samuel.)
        (img :src "https://knutsen.co/frcat.png" :alt "This is me.")
        (%include "components/footer"))))