parent
e6d2fbc15e
commit
6f8b3b13c7
2 changed files with 14 additions and 0 deletions
@ -0,0 +1,13 @@ |
||||
{% extends "templates/lilcity/index.html" %} {% load static %} |
||||
{% load static %} |
||||
|
||||
{% block content %} |
||||
<div class="section"> |
||||
<div class="section__center center"> |
||||
<div class="head"> |
||||
<div class="head__title title title_center">Адрес не найден.</div> |
||||
</div> |
||||
<a class="btn btn_md btn_stroke" href="/">ПЕРЕЙТИ НА ГЛАВНУЮ</a> |
||||
</div> |
||||
</div> |
||||
{% endblock content %} |
||||
Loading…
Reference in new issue