first commit
This commit is contained in:
13
views/includes/head.pug
Normal file
13
views/includes/head.pug
Normal file
@ -0,0 +1,13 @@
|
||||
// - includes/head.pug
|
||||
head
|
||||
title= title
|
||||
meta(name="viewport" content="width=device-width, initial-scale=1")
|
||||
script(src='assets/js/jquery.min.js')
|
||||
script(src='assets/js/popper.min.js')
|
||||
link#bootstrap-css(href='assets/css/bootstrap.min.css', rel='stylesheet')
|
||||
script(src='assets/js/bootstrap.min.js')
|
||||
link(
|
||||
rel='stylesheet'
|
||||
href='assets/css/main.css'
|
||||
)
|
||||
link(rel='shortcut icon' type='image/png' href='assets/images/favicon.ico')
|
||||
Reference in New Issue
Block a user