mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
XEDTION
This commit is contained in:
parent
7daf31956c
commit
b5e67beacd
50 changed files with 8295 additions and 0 deletions
36
modules/message/skins/xedition/http_status_code.html
Normal file
36
modules/message/skins/xedition/http_status_code.html
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<!--// META -->
|
||||
{Context::addHtmlHeader('<meta name="viewport" content="width=1240">')}
|
||||
<!--// CSS -->
|
||||
<style>
|
||||
.xedition-error {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
padding: 80px 0 0;
|
||||
background-color:#EFEFEF;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
text-align: center;
|
||||
}
|
||||
.xedition-error h1 {
|
||||
margin: 0 0 19px;
|
||||
font-size: 40px;
|
||||
font-weight: normal;
|
||||
color: #E02B2B;
|
||||
line-height: 40px;
|
||||
}
|
||||
.xedition-error p {
|
||||
margin: 0 0 57px;
|
||||
font-size: 16px;
|
||||
color:#444;
|
||||
line-height: 23px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!--// BODY -->
|
||||
<section class="xedition-error">
|
||||
<h1>404</h1>
|
||||
<p>Oops, Sorry.<br>Page is not found!</p>
|
||||
<img src="./img/error.png" width="340" height="400" />
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue