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

View file

@ -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>