
Код
<div class="dendingac_rosanels">
<div class="dendingac_rosanels-404">
<h1>404</h1>
<h2>страница не найдена</h2>
</div>
<a href="http://www.shpargalochki.ru/">можно перейти на главную</a>
</div>
</div>
<style>
#dendingac_rosanels {
position: relative;
height: 100vh;
background: #030005;
}
#dendingac_rosanels .dendingac_rosanels {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.dendingac_rosanels {
max-width: 567px;
width: 100%;
line-height: 1.4;
text-align: center;
}
.dendingac_rosanels .dendingac_rosanels-404 {
position: relative;
height: 180px;
margin-bottom: 20px;
z-index: -1;
}
.dendingac_rosanels .dendingac_rosanels-404 h1 {
font-family: 'Montserrat', sans-serif;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50% , -50%);
-ms-transform: translate(-50% , -50%);
transform: translate(-50% , -50%);
font-size: 130px;
font-weight: 900;
margin-top: 0px;
margin-bottom: 0px;
margin-left: -12px;
color: #190327;
text-transform: uppercase;
text-shadow: -1px -1px 0px #8b43ce, 1px 1px 0px #ef256c;
letter-spacing: -20px;
}
.dendingac_rosanels .dendingac_rosanels-404 h2 {
font-family: 'Montserrat', sans-serif;
position: absolute;
left: 0;
right: 0;
top: 110px;
/* font-size: 42px; */
font-weight: 700;
color: #dadada;
text-transform: uppercase;
text-shadow: 0px 2px 0px #e00cb3;
letter-spacing: 14px;
margin: 0;
}
.dendingac_rosanels a {
font-family: 'Montserrat', sans-serif;
display: inline-block;
text-transform: uppercase;
color: #ff005a;
text-decoration: none;
border: 2px solid;
background: transparent;
padding: 10px 40px;
font-size: 14px;
font-weight: 700;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.dendingac_rosanels a:hover {
color: #8400ff;
}
@media only screen and (max-width: 767px) {
.dendingac_rosanels .dendingac_rosanels-404 h2 {
font-size: 28px;
}
}
@media only screen and (max-width: 480px) {
.dendingac_rosanels .dendingac_rosanels-404 h1 {
font-size: 132px;
}
}</style>
Вариант 2. Симпатичная страничка с анимацией и переходом на главную страницу.

Чтобы посмотреть на странице вбейте в поиск https://prostotestblog.blogspot.com/лоо
Код
<div class="notfound">
<div class="notfound-404">
<h1>4<span></span>4</h1>
</div>
<h2>Oops! Страница не найдена</h2>
<p>Извините, но страница, которую вы ищете, не существует. Возможно была удалена или временно не доступна</p>
<a href="http://www.shpargalochki.ru/">Вернуться на главную страницу</a>
</div>
</div>
<style>
#notfound {
position: relative;
height: 100vh;
}
#notfound .notfound {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.notfound {
max-width: 520px;
width: 100%;
text-align: center;
line-height: 1.4;
}
.notfound .notfound-404 {
height: 190px;
}
.notfound .notfound-404 h1 {
font-family: "Montserrat", sans-serif;
font-size: 146px;
font-weight: 700;
margin: 0px;
color: #232323;
}
.notfound .notfound-404 h1 > span {
display: inline-block;
width: 120px;
height: 120px;
background-image: url("https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/160/mozilla/36/pensive-face_1f614.png");
background-size: cover;
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
z-index: -1;
animation-name: floating;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
.notfound h2 {
font-family: "Montserrat", sans-serif;
font-size: 22px;
font-weight: 700;
margin: 0;
text-transform: uppercase;
color: #232323;
}
.notfound p {
font-family: "Montserrat", sans-serif;
color: #787878;
font-weight: 300;
}
.notfound a {
font-family: "Montserrat", sans-serif;
display: inline-block;
padding: 12px 30px;
font-weight: 700;
background-color: #f99827;
color: #fff;
border-radius: 40px;
text-decoration: none;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.notfound a:hover {
opacity: 0.8;
}
@media only screen and (max-width: 767px) {
.notfound .notfound-404 {
height: 115px;
}
.notfound .notfound-404 h1 {
font-size: 86px;
}
.notfound .notfound-404 h1 > span {
width: 86px;
height: 86px;
}
}
@keyframes floating {
from {
transform: scale(1.4) translate(0, 0);
}
50% {
transform: scale(1.4) translate(0, 15px);
}
to {
transform: scale(1.4) translate(0, 0);
}
}
</style>
Вариант 3. Совсем простая страничка. Картинку можно поменять на более жизнеутверждающую

Чтобы увидеть вбейте в поиск https://teststudiblog.blogspot.com/лоло
Код
<img src="https://pngicon.ru/file/uploads/ljagushonok-pepe-256x243.png" id="logo404">
<h1>Вау ... Как не хорошо получилось!</h1>
<h2>Пожалуйста перейдите на<a href="http://www.shpargalochki.ru/" target="_blank"> главную страницу</a></h2>
</div>
<style>
.ncelede-dupcoming {
width: 100%;
height: 100%;
position: relative;
margin: 0;
padding: 0;
top: -100px;
opacity: 0.05;
z-index: 230;
user-select: none;
user-drag: none;
}
.mosterta-inlymoved {
text-align: center;
font-family: 'Gilda Display', serif;
font-size: 95px;
font-style: italic;
text-align: center;
width: 100px;
height: 60px;
line-height: 60px;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: -60px;
right: 0;
animation: noise 2s linear infinite;
overflow: default;
}
.mosterta-inlymoved:after {
content: '404';
font-family: 'Gilda Display', serif;
font-size: 100px;
font-style: italic;
text-align: center;
width: 163px;
height: 57px;
line-height: 57px;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
color: blue;
animation: noise-1 .2s linear infinite;
}
.tenarkedes {
text-align: center;
font-family: 'Gilda Display', serif;
font-size: 23px;
font-style: italic;
text-align: center;
width: 225px;
height: 58px;
line-height: 59px;
margin: auto;
position: absolute;
top: 153px;
bottom: 0;
left: 0;
right: 0;
animation: noise-3 3s linear infinite;
}
.mosterta-inlymoved:before {
content: '404';
font-family: 'Gilda Display', serif;
font-size: 100px;
font-style: italic;
text-align: center;
width: 97px;
height: 58px;
line-height: 58px;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
color: red;
animation: noise-2 .3s linear infinite;
}
@keyframes noise-1 {
0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
10% {opacity: .1;}
50% {opacity: .5; left: -6px;}
80% {opacity: .3;}
100% {opacity: .6; left: 2px;}
}
@keyframes noise-2 {
0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
10% {opacity: .1;}
50% {opacity: .5; left: 6px;}
80% {opacity: .3;}
100% {opacity: .6; left: -2px;}
}
@keyframes noise {
0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; transform: scaleY(1);}
4.3% {opacity: 1; transform: scaleY(1.7);}
43% {opacity: 1; transform: scaleX(1.5);}
}
@keyframes noise-3 {
0%,3%,5%,42%,44%,100% {opacity: 1; transform: scaleY(1);}
4.3% {opacity: 1; transform: scaleY(4);}
43% {opacity: 1; transform: scaleX(10) rotate(60deg);}
}</style>
Вариант 4. Вот такая с котейкой. Тоже с картинкой и соответствующими ссылками.

Вбейте в поиск https://test-tri.blogspot.com/лоло
Код
<tbody><tr>
<td height="100%" align="center" valign="top">
<div style="height:400px;width:70%;overflow:hidden;position:relative">
<img src="https://image.freepik.com/free-vector/404_114360-1900.jpg" alt="" style="position:absolute;left:0;top:0;width:100%;height:100%" />
<div style="position:absolute;left:0;top:0;z-index:1;width:100%;height:100%"><span style="color:purple"><span style="font-family:'Geneva'"><span style="font-size:23pt"><b>Страница 404</b></span></span></span></div> </div>
<tbody><tr>
<td>
<h1>Страница не найдена! (ошибка 404)</h1>
<p>Ну и дела! На сайте <a href="http://www.shpargalochki.ru/"></a> нет такой страницы!<br>
Причины могут быть разные</p>
<ul>
<p>Вы ошиблись, набирая адрес</p>
<p>Страница была давно удалена и ваша ссылка устарела</p>
</ul>
<p><a href="http://www.shpargalochki.ru/">Перейдите на главную страницу сайта ШПАРГАЛКИ БЛОГЕРШИ"</a> чтобы продолжить работу.</p>
</td>
</tr>
</tbody></table>
Во всех кодах пишите свои тексты, меняйте картинки если нужно и вставляйте нужные ссылки на главную, контакты, содержание. Туда куда вы предлагаете перейти пользователю.
Теперь как и куда вставлять коды. Если работаете в старом интерфейсе Блоггер, то в статье, ссылка на которую в начале этого поста, подробно написано про это. В обновлённом интерфейсе, идём тем же путём. Админ-панель - настройки и в длинном списке находим функцию персонализированная страница об ошибке 404. Нажимаем и в открывшемся окне вставляем код, выбранной вами страницы. не забудьте сохранить.

Всё. Обязательно оформляйте вашу страницу с ошибками 404. Пусть она будут интересной и уникальной.
Все добра, удачи и летних денёчков.