forked from rDrama/rDrama
1
0
Fork 0
rDrama/files/templates/fistmas/banner.html

17 lines
615 B
HTML
Raw Normal View History

{% if request.path == '/' %}
2023-01-01 05:33:09 +00:00
<script defer src="{{'fistmas/js/snow.js'|asset}}"></script>
{% endif %}
<a rel="nofollow noopener noreferrer" href="https://www.youtube.com/watch?v=BuKft9LpL_0" style="text-decoration: none !important">
2022-12-26 03:54:17 +00:00
{% if SITE_NAME == 'rDrama' and range(1, 20)|random() == 1 %}
2023-01-01 05:33:09 +00:00
<img src="/assets/fistmas/images/banner_new.webp" style="width:100%" />
2022-12-26 03:06:17 +00:00
{% else %}
2023-01-01 05:33:09 +00:00
<link rel="stylesheet" href="{{'fistmas/css/banner.css' | asset}}">
2022-12-25 02:25:11 +00:00
{% if SITE_NAME == 'rDrama' %}
2023-01-01 05:33:09 +00:00
{% include "fistmas/banner_rDrama.svg" %}
2022-12-25 02:25:11 +00:00
{% else %}
2023-01-01 05:33:09 +00:00
{% include "fistmas/banner.svg" %}
2022-12-25 02:25:11 +00:00
{% endif %}
{% endif %}
</a>