homepage/source/404.html.twig

18 lines
385 B
Twig
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.

---
layout: default
description: Личный сайт Антона Вахрушева
---
{% block css %}
<link rel="stylesheet" href="{{ hashed_asset('/static/index.css') }}">
{% endblock %}
{% block content %}
<h1>404</h1>
<p>Ой, страница не найдена.</p>
<p>Придется продолжить с <a href="/">главной</a>.</p>
{% endblock %}