summaryrefslogtreecommitdiff
path: root/linkshorter/view/templ-head.php
diff options
context:
space:
mode:
Diffstat (limited to 'linkshorter/view/templ-head.php')
-rw-r--r--linkshorter/view/templ-head.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/linkshorter/view/templ-head.php b/linkshorter/view/templ-head.php
index abc29bf..2eee43c 100644
--- a/linkshorter/view/templ-head.php
+++ b/linkshorter/view/templ-head.php
@@ -4,6 +4,7 @@
<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">
+ <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<style>
<?php echo file_get_contents("../tools/style.css"); ?>
.grey { color: #737373;}