0.0.3
This commit is contained in:
@@ -5,13 +5,16 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>AerBim</title>
|
||||
{% include 'head_includes/fonts_include.html' %}
|
||||
<link rel="stylesheet" href="{% static "fonts/fonts.css" %}">
|
||||
<link rel="stylesheet" href="{% static "aerbimCSS.css" %}">
|
||||
<script src="{% static "jquery_v3_6_4.js" %}"></script>
|
||||
<script src="{% static "aerbimJS.js" %}"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
{% include "blocks/static/header.html" %}
|
||||
<div class="cut-width content">
|
||||
<div class="content">
|
||||
{% block CONTENT %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user