bin/views/template/main.pug

18 lines
417 B
Plaintext
Raw Normal View History

2023-03-04 02:09:05 +01:00
block root
doctype html
html(lang='en_US')
head
title blek! Bin#{title ? title : ''}
link(rel='stylesheet' href='/static/main.css')
body
h1(align='center') 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