forked from rudineirossales/fiscalizacoes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcentral.html
59 lines (33 loc) · 1.31 KB
/
central.html
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
47
48
49
50
51
52
53
54
55
56
57
58
<?php include "conn.php"; ?>
<?php
session_start();
?>
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" href="img/logo_serede.png">
<link rel="icon" href="img/key.png">
<title>Fiscalizações</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body style="background-color:black;">
<nav class="navbar navbar-inverse">
<div class="container-fluid" style="background-image: url('img/buss.jpg')">
<div class="navbar-header">
<a class="navbar-brand" href="#">Serede</a>
</div>
<ul class="nav navbar-nav">
<li class="active" style="float:right"><a href="dashboard.php">Voltar</a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>
</div>
</nav>
<iframe src="https://www.google.com/maps/d/embed?mid=1lddxg5I7TU5mGLZvS4Gx7tHBZa8" width="100%" height="500px"></iframe>
</body>
</html>