-
Notifications
You must be signed in to change notification settings - Fork 73
/
index.html
32 lines (24 loc) · 1.15 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="content-language" content="en-EN" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>JEEAR DEBUG DETECTION DEMO</title>
<!-- JEEAR SCRIPT -->
<script type="text/javascript" src="../../dist/jeelizAR.js"></script>
<!-- MEDIASTREAMAPI HELPER -->
<script type="text/javascript" src="../../helpers/JeelizMediaStreamAPIHelper.js"></script>
<!-- MAIN SCRIPT : -->
<script type="text/javascript" src="demo.js"></script>
<!-- INCLUDE FORK ME ON GITHUB BANNER -->
<script type="text/javascript" src="../appearance/widget.js"></script>
<link rel="stylesheet" href="../appearance/style.css" type="text/css" />
</head>
<body onload="main()">
<canvas id='debugJeeARCanvas'></canvas>
<div class='notice'>
Debug detection. Show a COFFEE CUP or a BIKE or a CHAIR or a LAPTOP and open the JavaScript console.
</div>
</body>
</html>