Переписан стиль фронтенда

This commit is contained in:
2021-07-16 11:51:37 +03:00
parent 71e00fab74
commit d76e65b674
14 changed files with 23838 additions and 115 deletions

View File

@@ -1,10 +1,16 @@
{% extends "base.html" %}
{% block content %}
<h1 class="title">
Dyxless
</h1>
<h2 class="subtitle">
Заготовка web-приложения
</h2>
<div class="container has-text-centered">
<section class="hero is-medium">
<div class="hero-body">
<p class="title">
Dyxless
</p>
<p class="subtitle">
Заготовка web-приложения
</p>
</div>
</section>
</div>
{% endblock %}