mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
17 lines
604 B
HTML
17 lines
604 B
HTML
<style scoped>
|
|
html,body{min-height:100%}
|
|
body{font-size:12px}
|
|
h1{margin:0;font:bold 24px Arial, Helvetica, sans-serif;color:#666}
|
|
section{position:relative;max-width:500px;margin:100px auto 0 auto;padding:0 0 0 100px;overflow:hidden;background:url('layouts/default/siteTitle.png') no-repeat 5px 15px}
|
|
div{height:100%;border-left:1px dotted #ccc;padding:0 0 0 15px}
|
|
p{line-height:1.5;color:#666}
|
|
@media only all and (max-width:480px){
|
|
section{margin-top:20px}
|
|
}
|
|
</style>
|
|
<section>
|
|
<div>
|
|
<h1>{$http_status_code} {$http_status_message}</h1>
|
|
<p>{$lang->msg_module_is_not_exists}</p>
|
|
</div>
|
|
</section>
|