summaryrefslogtreecommitdiffstats
path: root/app/view
diff options
context:
space:
mode:
authorM <m@lfurio.us>2015-11-22 13:26:48 -0500
committerM <m@lfurio.us>2015-11-22 13:26:48 -0500
commite9680d03c1a97981855fa4690e01be0733d933dc (patch)
treee4d2a31b433d298be9699744f5f74ee59e5aea6c /app/view
parentb1f4cf9b23acbcb80f937ef7f0b9f18fdb167f5a (diff)
downloadscrott-e9680d03c1a97981855fa4690e01be0733d933dc.tar.gz
scrott-e9680d03c1a97981855fa4690e01be0733d933dc.zip
+ Added <head> view for Master MVC
Diffstat (limited to 'app/view')
-rw-r--r--app/view/master/head.view.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/view/master/head.view.php b/app/view/master/head.view.php
new file mode 100644
index 0000000..0c9178f
--- /dev/null
+++ b/app/view/master/head.view.php
@@ -0,0 +1,5 @@
+<meta charset="utf-8" />
+<meta http-equiv="X-UA-Compatible" content="IE=edge" />
+<meta name="viewport" content="width=device-width, initial-scale=1" />
+
+<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" />