mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-04-23 16:33:03 +03:00
Add title to 404 page
This commit is contained in:
parent
036f8be781
commit
bc37c5fc88
1 changed files with 3 additions and 1 deletions
4
404.html
4
404.html
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue