Skip to content

Commit 4e1955c

Browse files
committed
use shared examples viewer
1 parent 167c27a commit 4e1955c

File tree

5 files changed

+37
-1264
lines changed

5 files changed

+37
-1264
lines changed

examples/index.html

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
html, body, #app {
1111
width: 100%;
12-
height: 100%;
1312
padding: 20px;
1413
margin: 0;
1514
box-sizing: border-box;
@@ -31,19 +30,10 @@
3130
background: #f7eeff77;
3231
}
3332

34-
.menu-header {
35-
line-height: 2em;
36-
}
37-
38-
.menu-item {
39-
line-height: 1.5em;
40-
text-indent: 2em;
41-
}
42-
4333
</style>
4434
</head>
4535
<body>
46-
<div id="app">Loading...</div>
47-
<script src="./viewer.js"></script>
36+
<div id="app"></div>
37+
<script src="./viewer/viewer.js"></script>
4838
</body>
4939
</html>

0 commit comments

Comments
 (0)