-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·28 lines (24 loc) · 952 Bytes
/
index.html
File metadata and controls
executable file
·28 lines (24 loc) · 952 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>PennApps XIII Expo 360</title>
<meta name="generator" content="BBEdit 11.1" />
<meta name="viewport" content="initial-scale=1.0" />
<link rel="stylesheet" media="screen" href="home.css" />
<script src="jquery.js"></script>
<script src="three.min.js"></script>
<script src="photo-sphere-viewer.min.js"></script>
<script src="home.min.js"></script>
</head>
<body>
<div id="background" data-panorama="panoramas/pennapps-expo1.jpg" data-xmp="0" data-long="90" data-lat="30"></div>
<div id="loading" style="background: linear-gradient(#344E87, #566E9A);"></div>
<header>
<a onclick="changePanorama('panoramas/pennapps-expo1.jpg')" href="javascript:void(0);">PennApps XIII Expo I</a> |
<a onclick="changePanorama('panoramas/pennapps-expo2.jpg')" href="javascript:void(0);">PennApps XIII Expo I</a>
</header>
<footer>
<p id="loading-message">Loading...</p>
</footer>
</body>
</html>