Added chix module.

This commit is contained in:
2020-01-14 00:15:52 +03:00
parent 06f20d2a4f
commit c9095516d5
19 changed files with 1020 additions and 46 deletions
+4 -1
View File
@@ -2,8 +2,11 @@
<html>
<head>
<meta charset="UTF-8">
<title>{% block title %}Welcome!{% endblock %}</title>
<title>{% block title %}Chixana!{% endblock %}</title>
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
{% block stylesheets %}{% endblock %}
</head>
<body>