warthunder-leak-counter/templates/index.html
2025-09-27 15:56:24 -03:00

25 lines
643 B
HTML

{% extends "base.html" %}
{% block title %}
Days since last Warthunder leak
{% endblock %}
{% block meta %}
<meta name="description" content="{{ time_since.days }} days since the last warthunder confidential document leak">
{% endblock %}
{% block content %}
<div class="main-title">
<h1>
<span class="time">
{{ time_since.days }}
</span>
<span class="time-label">
DAYS
</span>
</h1>
<h2 class="subtitle">
SINCE THE WARTHUNDER COMMUNITY LAST LEAKED CONFIDENTIAL DOCUMENTS
</h2>
</div>
{% endblock %}