django-site/main/templates/main/index.html

9 lines
617 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends 'main/temp.html' %}
{% block maincontent %}
<section class="main-content index-main-content" id="main-content">
<h1 class="page-title">Приветствую!</h1>
<p class="content-text">Данный сайт разработан для личного использования. Здесь можно найти репозиторий Git. Также тут можно найти мои сервера Minecraft, Project Zomboid и иногда других игр. Еще у нас есть свой мессенджер MyChat</p>
</section>
{% endblock %}
{% block titletext %}Dhaverd{% endblock %}