mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2025-12-13 17:16:26 +02:00
hotfix!
Change uri of statics
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Page not found</title>
|
<title>Page not found</title>
|
||||||
<link rel="stylesheet" href="~/css/500.css" />
|
<link rel="stylesheet" href="https://yaflay.ru/css/500.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="main-error-page">
|
<div class="main-error-page">
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<title>Page not found</title>
|
<title>Page not found</title>
|
||||||
<link rel="shortcut icon" type="image/png" href="#">
|
<link rel="shortcut icon" type="image/png" href="#">
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" />
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" />
|
||||||
<link rel="stylesheet" href="~/css/404.css" />
|
<link rel="stylesheet" href="https://yaflay.ru/css/404.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<div class="col-lg-7 text-center">
|
<div class="col-lg-7 text-center">
|
||||||
<img src="~/img/error-404.png" alt="image 404">
|
<img src="https://yaflay.ru/img/error-404.png" alt="image 404">
|
||||||
<h2><b>404</b> Страница не найдена</h2>
|
<h2><b>404</b> Страница не найдена</h2>
|
||||||
<p>посетите главную страницу <br> возможно вы найдёте её</p>
|
<p>посетите главную страницу <br> возможно вы найдёте её</p>
|
||||||
<a href="@path" class="cmn-btn mt-4">На главную</a>
|
<a href="@path" class="cmn-btn mt-4">На главную</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user