-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathheatmap.php
31 lines (30 loc) · 1.35 KB
/
heatmap.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="./css/bootstrap.css">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/signup.css">
<link rel="stylesheet" href="./css/about.css">
<link rel="shortcut icon" href="css/images/weblogo.png"/>
<link href="https://fonts.googleapis.com/css?family=Patua+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<title>Travolla - HeatMap</title>
</head>
<body>
<?php
include('header.php');
?>
<div class="container-fluid" style="height: 70vh; width: 90vw">
<h1 id="toptitle">HeatMap</h1>
<object data="heatmap.html" width="100%" style="min-width: 100%; min-height: 100%;"> </object>
</div>
</body>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="./js/bootstrap.bundle.js"></script>
</html>