bin/views/template/main.pug

20 lines
458 B
Plaintext

block root
doctype html
html(lang='en_US')
head
title blek! Bin#{title ? title : ''}
link(rel='stylesheet' href='/static/main.css')
body
script 0
h1(align='center')
a(href='/') blek! Bin
p(align='center')
a(href='https://git.blek.codes/blek/bin') Source
| |
a(href='http://blek.codes/project/blek_bin') Project page
hr
block content