diff --git a/frontend/views/site/error.php b/frontend/views/site/error.php index 26be2c8..1a1b40f 100755 --- a/frontend/views/site/error.php +++ b/frontend/views/site/error.php @@ -10,26 +10,33 @@ use yii\helpers\Html; $this->title = $name; ?> + +
-
- -
- -

- - Obaju template - -

- -

We are sorry - this page is not here anymore

-

Error 404 - Page not found

- -

Go to Homepage -

-
- +
+ + +
+
К сожалению, мы не можем найти такую страницу
+
Попробуйте еще раз или:
+ +

Перейти на главную

+
+
diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index d44c52a..7133764 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -175,4 +175,15 @@ span.panel-title{ } .pages#get-it { padding: 20px 0 20px; +} +#error-page .title{ + font-size: 28px; + font-weight: bold; + line-height: 36px; + color: #333333; +} +#error-page .subtitle{ + color: #333333; + font-size: 24px; + margin-top: 3px; } \ No newline at end of file -- libgit2 0.21.4