layout.pug
415 Bytes
doctype html
html
head
title= title
script(src="https://code.jquery.com/jquery-3.5.1.js")
link(rel='stylesheet', href='/stylesheets/style.css')
link(rel='stylesheet', href='https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css')
script(src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js")
script(src="/javascripts/visual.js")
body
block content