mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-22 04:43:42 +02:00
Initialize webslides
This commit is contained in:
committed by
GitHub
parent
fab1f602ff
commit
e54723a1cc
@@ -388,12 +388,13 @@
|
|||||||
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
|
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
|
||||||
<script src="static/js/webslides.js"></script>
|
<script src="static/js/webslides.js"></script>
|
||||||
|
|
||||||
<!-- OPTIONAL - svg-icons.js (fontastic.me - Font Awesome as svg icons) -->
|
|
||||||
<script defer src="static/js/svg-icons.js"></script>
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var slide = jQuery('#webslides').webslides();
|
var slide = jQuery('#webslides').webslides();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<!-- OPTIONAL - svg-icons.js (fontastic.me - Font Awesome as svg icons) -->
|
||||||
|
<script defer src="static/js/svg-icons.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user