0.0.3
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user