mirror of
https://github.com/rvtr/wiki.git
synced 2025-06-18 11:05:39 -04:00
9 lines
429 B
HTML
9 lines
429 B
HTML
<script src="/assets/js/language-alert.js"></script>
|
|
<script src="/assets/js/rescript.js" type="module"></script>
|
|
|
|
{% if content contains "tab-container" %}
|
|
<script src="/assets/js/tabs.js"></script>
|
|
{% endif %}
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
|