summaryrefslogtreecommitdiffstats
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
parentb1f4cf9b23acbcb80f937ef7f0b9f18fdb167f5a (diff)
downloadscrott-e9680d03c1a97981855fa4690e01be0733d933dc.tar.gz
scrott-e9680d03c1a97981855fa4690e01be0733d933dc.zip
+ Added <head> view for Master MVC
-rw-r--r--app/example.html6
-rw-r--r--app/view/master/head.view.php5
2 files changed, 5 insertions, 6 deletions
diff --git a/app/example.html b/app/example.html
index 15b8602..6b0ea8e 100644
--- a/app/example.html
+++ b/app/example.html
@@ -2,14 +2,8 @@
<html lang="en">
<head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
-
<title>Scrott - Save the World</title>
- <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" />
-
<style type="text/css">
body
{
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" />