www.lightcourse.com/app/home/view/default/mall/not/index.html

57 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>{$html_title|default=$Think.config.ds_config.site_name}</title>
<meta name="renderer" content="webkit|ie-comp|ie-stand" />
<meta name="keywords" content="{$seo_keywords|default=''}" />
<meta name="description" content="{$seo_description|default=''}" />
<meta name="viewport"
content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover" />
<meta name="author" content="YiFFo" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta content="IE=7" http-equiv="X-UA-Compatible" />
<style>
.container{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
}
.container img{
margin: 2rem 0;
}
.container .text,
.container .text *{
text-align: center;
}
.container .text strong{
font-size: 22px;
color: #3b52f6;
}
@media screen and (max-width:768px){
.container img{
max-width: 50% !important;
}
}
</style>
</head>
<body>
<div class="container">
<div class="logo">
<a href="/" class="logo"><img src="{$Think.HOME_SITE_ROOT}/new/images/logo.png" alt="LightCourse" style="max-width:400px" /></a>
</div>
<div class="img"><img src="{$Think.HOME_SITE_ROOT}/new/images/404.png" alt="404" style="max-width: 500px;"></div>
<div class="text">
<strong>Oops !</strong>
<p>对不起,找不到对应的页面。</p>
<p>您可以通过<a href="mailto:studentservice@lightglobal.org" style="color: #3b52f6;">studentservice@lightglobal.org</a> 与我们联系,或者</p>
</div>
<a href="/" class="img"><img src="{$Think.HOME_SITE_ROOT}/new/images/back.png" alt="back" style="max-width: 160px;"></a>
</div>
</body>
</html>