rDrama/files/events/templates/banner_rDrama.html

19 lines
616 B
HTML

{# <script src="/assets/js/event/neko.js"></script> #}
{% set banner_img = EVENT_HEADER_ICONS | random %}
<style>
img#header--icon {
background-image: url({{banner_img}});
background-size: cover;
width: 44px;
padding-left: 44px;
}
</style> {# there's gotta be a better way than this but whatever -jc #}
<a rel="nofollow noopener noreferrer" href="https://www.youtube.com/watch?v=BuKft9LpL_0" style="text-decoration: none !important">
<link rel="stylesheet" href="{{'css/event/banner.css' | asset}}">
{% include "event/banner_house2.svg" %}
{#<img src="/assets/images/event/banner_new.webp" />#}
</a>