parsee-mizuhashi commited on
Commit
a62d103
·
1 Parent(s): 811e97b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -27,7 +27,8 @@ localStorage.setItem("config", JSON.stringify(config));
27
  }
28
  </script>
29
  </head>
30
- <body onload="getnparse()">
 
31
  <div id="app-root"/>
32
 
33
  </body>
 
27
  }
28
  </script>
29
  </head>
30
+ <body>
31
+ <div onload="getnparse()"></div>
32
  <div id="app-root"/>
33
 
34
  </body>