mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-28 16:01:32 +00:00
feat: added js.html
This commit is contained in:
parent
5cc99ff6d4
commit
99c359d24f
1 changed files with 8 additions and 0 deletions
8
_includes/js.html
Normal file
8
_includes/js.html
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<!-- JS DEPENDENCIES -->
|
||||||
|
<script src="../lib/jquery/jquery-3.5.1.min.js" defer></script>
|
||||||
|
<script src="../lib/bootstrap/js/bootstrap.bundle.min.js" defer></script>
|
||||||
|
<!-- /JS DEPENDENCIES -->
|
||||||
|
|
||||||
|
<!--CUSTOM JS-->
|
||||||
|
<script src="../lib/js/index.js" defer></script>
|
||||||
|
<!--/CUSTOM JS-->
|
Loading…
Add table
Reference in a new issue