Beginning of styling

This commit is contained in:
Ben Ramey
2014-03-18 21:11:28 -05:00
parent ce4b9d4d50
commit 6bc21421eb
4 changed files with 34 additions and 6 deletions

View File

@@ -2,17 +2,27 @@ doctype html
html(lang="en",ng-app="lunchApp")
head
title Lunch
meta(charset='utf-8')
meta(http-equiv="X-UA-Compatible",content="IE-edge")
meta(name="viewport",content="width=device-width,initial-scale=1")
// STYLES
link(rel="stylesheet", href="/linker/styles/app.css")
link(rel="stylesheet", href="/linker/styles/bootstrap-theme.css")
link(rel="stylesheet", href="/linker/styles/bootstrap.css")
// STYLES END
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
body
#page.container
header
h1 Lunch Run Me!
#page
#main-cell
header
h1 Lunch Run Me!
div(ng-view)
div(ng-view)
// TEMPLATES