Continued working on the scaffolding of the development environment

This commit is contained in:
2022-02-19 02:50:03 -05:00
parent ceb27ca327
commit 01837faf36
10 changed files with 8093 additions and 219 deletions

View File

@ -1,8 +1,10 @@
doctype=html
html
head
title Bit Goblin
link(rel='stylesheet', href='/static/stylesheets/zulrah.css')
body
h1 Bit Goblin
p This is a test!
head
title Bit Goblin
link(rel='stylesheet', href='/static/stylesheets/zulrah.css')
script(src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js')
script(src='/static/scripts/vorkath.js')
body
h1 Bit Goblin
p This is a test!