Sfoglia il codice sorgente

add extracting script to base editor html

weichen 4 anni fa
parent
commit
84e41230f0
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      editor.html

+ 2 - 0
editor.html

@@ -27,6 +27,8 @@
       </div>
       <button id='submit_button'>Submit</button>
     </div>
+      <script src="/blockElements.js"></script>
+      <script src="/parsers.js"></script>
       <script src="/editor.js"></script>
   </body>
 </html>