瀏覽代碼

:beetle: Add missing javascript

DricomDragon 2 年之前
父節點
當前提交
6f1a3b8107
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/templates/main.html

+ 4 - 0
src/templates/main.html

@@ -104,4 +104,8 @@ $for(include-after)$
 $endfor$
         $^$${footer()}
     </body>
+    <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
+            integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
+            crossorigin="anonymous"></script>
+    <script src="/include/js/bootstrap.js"></script>
 </html>