13 lines
342 B
Plaintext
13 lines
342 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
meta(charset="utf-8")
|
|
meta(name="viewport" content="width=device-width, initial-scale=1")
|
|
link(rel="stylesheet" type="text/css" href=getStaticURL("sass", "/main.sass"))
|
|
script(type="module" src=getStaticURL("html", "/static/js/focus.js"))
|
|
block head
|
|
|
|
body.show-focus
|
|
div
|
|
block content
|