Add title to 404 page

This commit is contained in:
Alexander Minkin 2022-10-18 23:16:00 +03:00
parent 036f8be781
commit bc37c5fc88
Signed by: WerySkok
GPG Key ID: 88E9A2F3AFE44C30
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
---
layout: default
permalink: /404.html
title: Ошибка 404
---
<section class="d-flex align-items-center justify-content-center vh-100">
<div>
<h1 class="display-3">Ошибка 404</h1>
<p>Здесь ничего нет, зря ищешь.</p>
</div>
</section>
</section>