Browse Source

Add script tag to initialize page

ApisNecros 1 year ago
parent
commit
fa6f11184a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      index.html

+ 3 - 0
index.html

@@ -21,5 +21,8 @@
             </div>
         </div>
         <!-- <canvas class="w-full h-full"></canvas> -->
+        <script>
+            const cb = new CodeBox("script", "output", "stackInit");
+        </script>
     </body>
 </html>