init
This commit is contained in:
commit
da40e48b19
20 changed files with 4150 additions and 0 deletions
18
templates/base.html
Normal file
18
templates/base.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{% block title %} Warthunder Leak Counter {% endblock %}</title>
|
||||
<link rel="stylesheet" href="/styles/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="background-container">
|
||||
<img src="/images/background.jpg" class="background-image">
|
||||
<div class="background-filter"></div>
|
||||
</div>
|
||||
{% block content %}
|
||||
<p>Placeholder content</p>
|
||||
{% endblock %}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue