mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
8433e2253c
Also new website! We've got the version2 branch if people want to search in those files.
8 lines
271 B
HTML
8 lines
271 B
HTML
{% if include.js.sri %}
|
|
<script src="{{ include.js.href }}" integrity="{{ include.js.sri }}" crossorigin="anonymous"></script>
|
|
{% elsif include.js.href %}
|
|
<script src="{{ include.js.href }}"></script>
|
|
{% else %}
|
|
<script src="{{ include.js }}"></script>
|
|
{% endif %}
|