We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167c27a commit 4e1955cCopy full SHA for 4e1955c
examples/index.html
@@ -9,7 +9,6 @@
9
10
html, body, #app {
11
width: 100%;
12
- height: 100%;
13
padding: 20px;
14
margin: 0;
15
box-sizing: border-box;
@@ -31,19 +30,10 @@
31
30
background: #f7eeff77;
32
}
33
34
-.menu-header {
35
- line-height: 2em;
36
-}
37
-
38
-.menu-item {
39
- line-height: 1.5em;
40
- text-indent: 2em;
41
42
43
</style>
44
</head>
45
<body>
46
- <div id="app">Loading...</div>
47
- <script src="./viewer.js"></script>
+ <div id="app"></div>
+ <script src="./viewer/viewer.js"></script>
48
</body>
49
</html>
0 commit comments