summaryrefslogtreecommitdiff
path: root/linkshorter/view/templ-head.php
diff options
context:
space:
mode:
authorroot2014-11-27 02:41:21 +0100
committerroot2014-11-27 02:41:21 +0100
commit92babb43a2a0041a71b54db35cbc9d2fba908a63 (patch)
tree8971101b53b6a6b12a092b456dc11a4dbfc034a3 /linkshorter/view/templ-head.php
parent2b24f3ef0e800f878177973eefcb28380a292503 (diff)
downloadtools.iamfabulous.de-92babb43a2a0041a71b54db35cbc9d2fba908a63.tar.gz
Rewrote the linkshorter.
Diffstat (limited to 'linkshorter/view/templ-head.php')
-rw-r--r--linkshorter/view/templ-head.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/linkshorter/view/templ-head.php b/linkshorter/view/templ-head.php
new file mode 100644
index 0000000..abc29bf
--- /dev/null
+++ b/linkshorter/view/templ-head.php
@@ -0,0 +1,15 @@
+<!doctype html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title><?php echo $title; ?></title>
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
+ <style>
+ <?php echo file_get_contents("../tools/style.css"); ?>
+ .grey { color: #737373;}
+ </style>
+ <link rel='shortcut icon' href='../tools/favicon.ico' type='image/x-icon'>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+</head>
+ <?php require("../tools/navbar.php"); ?>
+