ghost
3 years ago
3 changed files with 22 additions and 4 deletions
@ -1,8 +1,8 @@
@@ -1,8 +1,8 @@
|
||||
<?php include(PROJECT_DIR . '/application/controller/common/header/guest.php') ?> |
||||
<div class="mw-1024 mx-auto of-hidden"> |
||||
<div class="mw-360 mx-auto my-100 bg-c-4 b-r-3 py-28 px-24"> |
||||
<h1 class="f-size-65 f-normal mb-20 t-center"><?php echo _('404') ?></h1> |
||||
<p class="t-center"><?php echo _('Page not Found') ?></p> |
||||
<div class="container"> |
||||
<div class="error404"> |
||||
<h1><?php echo _('404') ?></h1> |
||||
<?php echo _('Page not Found') ?> |
||||
</div> |
||||
</div> |
||||
<?php include(PROJECT_DIR . '/application/controller/common/footer/guest.php') ?> |
@ -0,0 +1,14 @@
@@ -0,0 +1,14 @@
|
||||
.error404 { |
||||
border-radius: 3px; |
||||
padding: 36px 16px; |
||||
margin: 100px auto; |
||||
background-color: #272E39; |
||||
width: 360px; |
||||
text-align: center; |
||||
} |
||||
|
||||
.error404 h1 { |
||||
margin-bottom: 20px; |
||||
font-weight: normal; |
||||
font-size: 36px; |
||||
} |
Loading…
Reference in new issue