-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (31 loc) · 1.5 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
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<a href="/demos/anaglyph/index.html">anaglyph</a><br>
<a href="/demos/cube-generated/index.html">cube-generated</a><br>
<a href="/demos/cube-multi-res/index.html">cube-multi-res</a><br>
<a href="/demos/cube-single-res/index.html">cube-single-res</a><br>
<a href="/demos/device-orientation/index.html">device-orientation</a><br>
<a href="/demos/editable/index.html">editable</a><br>
<a href="/demos/embedded-hotspots/index.html">embedded-hotspots</a><br>
<a href="/demos/equirect/index.html">equirect</a><br>
<a href="/demos/fallback-tiles/index.html">fallback-tiles</a><br>
<a href="/demos/flat/index.html">flat</a><br>
<a href="/demos/hotspot-rect/index.html">hotspot-rect</a><br>
<a href="/demos/hotspot-styles/index.html">hotspot-styles</a><br>
<a href="/demos/layer-effects/index.html">layer-effects</a><br>
<a href="/demos/sample-tour/index.html">sample-tour</a><br>
<a href="/demos/side-by-side/index.html">side-by-side</a><br>
<a href="/demos/touch-gestures/index.html">touch-gestures</a><br>
<a href="/demos/transitions/index.html">transitions</a><br>
<a href="/demos/video/index.html">video</a><br>
<a href="/demos/video-multi-res/index.html">video-multi-res</a><br>
<a href="/demos/webvr/index.html">webvr</a>
</body>
</html>