summaryrefslogtreecommitdiff
path: root/linkshorter/view/templ-head.php
blob: fad0fb88a74f0588015290e2f266e2c29d428fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
	require '../tools/config.php';
?>
<!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">
	<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"); ?>
	</style>
	<link rel='shortcut icon' href='<?php echo __domain_; ?>/tools/favicon.ico' type='image/x-icon'>
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
	<?php require("../tools/navbar.php"); ?>