Skip to content

Commit 9a406d0

Browse files
CSS import in index.html
1 parent 49b20d6 commit 9a406d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>JavaScript Sandbox</title>
55
<meta charset="UTF-8" />
6+
<link rel="stylesheet" href="styles.css" />
67
</head>
78

89
<body>
@@ -50,7 +51,7 @@ <h2>Export SketchFab Annotations to MorphoSource Annotations</h2>
5051
<span>SketchFab Viewer (For Debug)</span>
5152
<div class="container">
5253
<div class="iframe-container">
53-
<iframe title="Sketchfab Viewer" src="#" id="api-frame"></iframe>
54+
<iframe title="Sketchfab Viewer" id="api-frame"></iframe>
5455
</div>
5556
<div class="controls" id="controls">
5657
<pre id="Info"></pre>

src/index.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import "./styles.css";
21
import Sketchfab from "@sketchfab/viewer-api";
32

43
// Sketchfab Viewer API: Start/Stop the viewer

0 commit comments

Comments
 (0)