forked from GitHub/dbot
14 lines
327 B
Plaintext
14 lines
327 B
Plaintext
!!! 5
|
|
html(lang='en')
|
|
head
|
|
meta(charset='utf-8')
|
|
link(rel='stylesheet', type='text/css', href='/styles.css')
|
|
title #{name} web interface
|
|
body
|
|
div#page
|
|
div#title
|
|
a(href='/') #{name} web interface
|
|
div#main
|
|
!{body}
|
|
script(type="text/javascript", src="/script.js")
|