-
Notifications
You must be signed in to change notification settings - Fork 8
/
share.html
30 lines (28 loc) · 994 Bytes
/
share.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
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/share.css" rel="stylesheet">
<link rel="stylesheet" href="f/fonts.css">
<script src="js/e/aframe.min.js"></script>
<script src="js/e/peer.min.js"></script>
<script src="js/share.js"></script>
<script src="js/utils.js"></script>
<title>shared in bubble! 360° image viewer for the web by @diekus</title>
</head>
<body>
<div id="virtualArea" class="fullArea">
</div>
<div>
<div class="shareBanner">
<a href="index.html">
<img src="i/iconBubbles.svg" class="btnIcon">
<span id="shareBtnText">shared with bubble</span>
</a>
</div>
</div>
<div id="loading">... loading image ...</div>
</body>
</html>