cyberlina bot

This commit is contained in:
2019-11-27 21:21:24 +03:00
parent 61da2bd079
commit bddcc562ba
12 changed files with 322 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
<link rel="stylesheet" href="{% static 'vendor/pnotify/pnotify.custom.css' %}">
<link rel="stylesheet" href="{% static 'css/theme.css' %}">
<link rel="stylesheet" href="{% static 'css/skins/square-borders.css' %}">
<link rel="stylesheet" href="{% static 'css/custom.css' %}">
<script src="{% static 'vendor/modernizr/modernizr.js' %}"></script>
@@ -74,5 +75,7 @@
});
{% endfor %}
</script>
{% block extra_body %}{% endblock %}
</body>
</html>