-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
46 lines (42 loc) · 1.39 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php
require_once("common.php");
?>
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="300" >
<meta name="description" content="Sistema de monitoramento de RB's e usuários do Projeto Piraquara Digital." />
<meta name="author" content="Alexsandro Felix - http://blog.ffelix.eti.br" />
<title><?php if(isset($title)) { print $title; } else { print "Default Title"; } ?></title>
<link href='http://fonts.googleapis.com/css?family=Antic+Slab' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : ' ',
xfbml : true,
version : 'v2.4'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/pt_BR/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div id="container">
<div class="starter-template">
<header>
<div id="logo">
<img src="img/PrefeituraPiraquara.jpg" alt="Prefeitura Municipal de Piraquara" />
</div>
</header>
</div>