use coat of arms in /stats

pull/225/head
Aevann 2024-03-06 04:30:26 +02:00
parent 64478be273
commit e38ee6aba1
2 changed files with 14 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

View File

@ -1,15 +1,21 @@
{% extends "meta_navbar.html" %}
{% block pagetitle %}Statistics{% endblock %}
{% block content %}
<h3>Weekly Chart</h3>
<a href="/weekly_chart.webp" rel="noopener" target="_blank">
<img alt="Weekly Chart" class="img" src="/weekly_chart.webp">
</a>
<header id="shop-header" class="container text-center pb-0">
{% if SITE_NAME == 'rDrama' %}
<img class="mt-2 mb-4" width="300" alt="coat of arms" src="{{SITE_FULL_IMAGES}}/i/{{SITE_NAME}}/coat_of_arms.webp?x=8">
{% endif %}
<h3>Daily Chart</h3>
<a href="/daily_chart.webp" rel="noopener" target="_blank">
<img alt="Daily Chart" class="img" src="/daily_chart.webp">
</a>
<h3>Weekly Chart</h3>
<a href="/weekly_chart.webp" rel="noopener" target="_blank">
<img alt="Weekly Chart" class="img" src="/weekly_chart.webp">
</a>
<h3>Daily Chart</h3>
<a href="/daily_chart.webp" rel="noopener" target="_blank">
<img alt="Daily Chart" class="img" src="/daily_chart.webp">
</a>
</header>
<div class="overflow-x-auto mt-4">
<table>