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.
7 lines
301 B
HTML
7 lines
301 B
HTML
{% if include.css.sri %}
|
|
<link href="{{ include.css.href }}" rel="stylesheet" integrity="{{ include.css.sri }}" crossorigin="anonymous">
|
|
{% elsif include.css.href %}
|
|
<link rel="stylesheet" href="{{ include.css.href }}" />
|
|
{% else %}
|
|
<link rel="stylesheet" href="{{ include.css }}" />
|
|
{% endif %} |