bin/views/template/main.pug

20 lines
458 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
2023-04-17 07:20:12 +02:00
script 0
2023-03-04 02:45:28 +01:00
h1(align='center')
a(href='/') blek! Bin
2023-03-04 02:09:05 +01:00
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