-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpano.html
22 lines (22 loc) · 957 Bytes
/
pano.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<title>Panorama Test</title>
<link rel="apple-touch-icon" href="assets/sample_icon_57x57.png" />
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="arenabled" />
<link href="./css/main.css" rel="stylesheet">
</head>
<body>
<a href="./index.html"><div id="back" class="icon ui button back"></div></a>
<div id="play" class="icon ui button play"></div>
<div id="script" class="icon ui button script"></div>
<div class="icon ui button link" target="_blank"></div>
<div class="scriptContainer coverContainer hidden">
</div>
<script type="text/javascript" src="js/jquery-2.0.3.min.js"></script>
<script src="http://argon.gatech.edu/argon.js"></script>
<script type="text/javascript" src="js/pano.js"></script>
</body>
</html>