diff options
author | M <m@lfurio.us> | 2015-11-22 13:26:48 -0500 |
---|---|---|
committer | M <m@lfurio.us> | 2015-11-22 13:26:48 -0500 |
commit | e9680d03c1a97981855fa4690e01be0733d933dc (patch) | |
tree | e4d2a31b433d298be9699744f5f74ee59e5aea6c /app/view/master/head.view.php | |
parent | b1f4cf9b23acbcb80f937ef7f0b9f18fdb167f5a (diff) | |
download | scrott-e9680d03c1a97981855fa4690e01be0733d933dc.tar.gz scrott-e9680d03c1a97981855fa4690e01be0733d933dc.zip |
+ Added <head> view for Master MVC
Diffstat (limited to 'app/view/master/head.view.php')
-rw-r--r-- | app/view/master/head.view.php | 5 |
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" /> |