This commit is contained in:
2023-07-13 16:44:05 +03:00
parent f55912467b
commit 43669da23b
11 changed files with 174 additions and 17 deletions

View File

@@ -6,14 +6,14 @@
<title>FairPlay</title>
<link rel="stylesheet" href="{% static "css/firegame_css.css"%}">
</head>
<body>
{% include "blocks/header.html" %}
<div class="cut-width">
{% block CONTENT %}
{% endblock %}
</div>
<div>
</div>
</body>
<body>
{% include "blocks/b_header.html" %}
<div class="cut-width">
{% block CONTENT %}
{% endblock %}
</div>
<div style="border-top: 1px solid rgba(196, 196, 196, 1);margin-top: 260px;">
{% include "blocks/b_footer.html" %}
</div>
</body>
</html>