-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
22 lines (21 loc) · 1.01 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
<!doctype html>
<html lang="en">
<head>
<!--<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> -->
<title>3D Viewer</title>
<!--<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="src/styles.css"> -->
<script src="https://binaries.webex.com/static-content-pipeline/webex-embedded-app/v1/webex-embedded-app-sdk.js" defer></script>
<script src="./index.js" defer></script>
</head>
<body>
<!-- <div id="ifc-viewer" style="width: 100vw; height: 100vh;"></div>
<script type="module" src="/src/main.ts"></script> -->
<h1>3D Viewer Quick Start</h1>
<p>Welcome to the "3D Viewer" app installer. Click <b>Set Share URL</b>, then click either <b>Open for all</b> (when running in a meeting) or <b>Add to tab</b> (when running in a space).</p>
<button onclick="handleSetShare()">Set Share URL</button>
<h2>Event Log</h2>
<ul id="console" />
</body>
</html>