-
Notifications
You must be signed in to change notification settings - Fork 4
/
menu.php
39 lines (38 loc) · 1.43 KB
/
menu.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- <meta http-equiv="refresh" content="10"> -->
<title> Web Tracking </title>
<link rel="stylesheet" href="./css/style.css">
<link rel="icon" href="./images/syrus.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css">
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
</head>
<body>
<div class="row main-container middle-xs center-xs">
<div class="col-md.8 col-sm-10 col-xs-11 col-lg-7">
<div class="box">
<div class="card">
<header class="main-header">
<nav class="main-nav">
<a href="index.php" class="nav-link ubuntu">Inicio</a>
<a href="menu.php" class="nav-link ubuntu">Tracking</a>
<a href="historico.php" class="nav-link ubuntu">Historico</a>
</nav>
</header>
<article class="body">
<header class="text-center">
<img src="./images/logo.png" height="100" alt="Logo Devesoft">
<h1 class="red-text ubuntu title tresD">Tracking</h1>
</header>
</article>
<footer>
<iframe src="tiemporeal.php" width="100%" height="800px" frameborder="0"></iframe>
</footer>
</div>
</div>
</div>
</div>
</body>
</html>