init
This commit is contained in:
commit
da40e48b19
20 changed files with 4150 additions and 0 deletions
21
templates/index.html
Normal file
21
templates/index.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}
|
||||
Days since last Warthunder 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue