mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-04-24 00:43:02 +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
2
404.html
2
404.html
|
@ -1,7 +1,9 @@
|
||||||
---
|
---
|
||||||
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>
|
||||||
|
|
Loading…
Reference in a new issue