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
|
layout: default
|
||||||
permalink: /404.html
|
permalink: /404.html
|
||||||
|
title: Ошибка 404
|
||||||
---
|
---
|
||||||
|
|
||||||
<section class="d-flex align-items-center justify-content-center vh-100">
|
<section class="d-flex align-items-center justify-content-center vh-100">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="display-3">Ошибка 404</h1>
|
<h1 class="display-3">Ошибка 404</h1>
|
||||||
<p>Здесь ничего нет, зря ищешь.</p>
|
<p>Здесь ничего нет, зря ищешь.</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue