-
Notifications
You must be signed in to change notification settings - Fork 0
/
index3.html
38 lines (37 loc) · 2.05 KB
/
index3.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Responsive Meta tag-->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript & jQuery-->
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!--<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118286684-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118286684-1');
</script>-->
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-12 col-xs-12 text-center">
<img src="./data/images/delivAR_logo_svg.svg" alt="delivAR logo">
<h5>An experiment to test the tracking capability of AR.js. <br><br> Press Start to begin</h5>
<input type="button" class="btn btn-default" value="Start" onclick="location.href = '/delivAR/aframe/polished.html'" style="margin-top: 20px"><br><br>
<small style="padding:0.5em">Supported by <br>
<img src="./data/images/airmee.png" width="20px" alt="Airmee Logo">
<b>Airmee</b></small>
</div>
</div>
</div>
</body>
</html>