Jade templates, boostrap maps
This commit is contained in:
24
views/layout.jade
Normal file
24
views/layout.jade
Normal file
@@ -0,0 +1,24 @@
|
||||
doctype html
|
||||
html(lang="en")
|
||||
head
|
||||
title Lunch
|
||||
// STYLES
|
||||
link(rel="stylesheet", href="/linker/styles/bootstrap-theme.css")
|
||||
link(rel="stylesheet", href="/linker/styles/bootstrap.css")
|
||||
// STYLES END
|
||||
|
||||
body
|
||||
#page.container
|
||||
block content
|
||||
// TEMPLATES
|
||||
|
||||
// TEMPLATES END
|
||||
|
||||
// SCRIPTS
|
||||
script(type="text/javascript", src="/linker/js/vendor/socket.io.js")
|
||||
script(type="text/javascript", src="/linker/js/vendor/sails.io.js")
|
||||
script(type="text/javascript", src="/linker/js/vendor/jquery-2.1.0.js")
|
||||
script(type="text/javascript", src="/linker/js/vendor/bootstrap.js")
|
||||
script(type="text/javascript", src="/linker/js/app.js")
|
||||
script(type="text/javascript", src="/linker/js/features/socket.js")
|
||||
// SCRIPTS END
|
||||
Reference in New Issue
Block a user