Added nav html and scripts

This commit is contained in:
Esther
2020-06-20 21:50:15 +01:00
parent 7befb75cb3
commit 4f387fb7c8
2 changed files with 49 additions and 2 deletions

View File

@@ -2,6 +2,10 @@ doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/bootstrap.css')
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content
script(src="/javascript/jquery-3.5.1.min.js")
script(src="/javascript/bootstrap.js")
script(src="/javascript/nav.js")