23 lines
685 B
HTML
23 lines
685 B
HTML
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />
|
|
<title>{$msg}</title>
|
|
</head>
|
|
<body>
|
|
<style>
|
|
body{margin: 20px;}
|
|
.off{text-align: center;font-size: 16px;color: #b3b3b3;}
|
|
.off0{background: #eee;width: 70px;height: 60px;margin: 10% auto 30px auto;border-radius: 3px;padding-top: 10px;}
|
|
.off1{border-top: 30px solid #b1b1b1;width: 10px;height: 10px;border-bottom: 10px solid #b1b1b1;margin: auto;}
|
|
</style>
|
|
<div class="off">
|
|
<div class="off0">
|
|
<div class="off1"></div>
|
|
</div>
|
|
{$msg}
|
|
</div>
|
|
</body>
|
|
</html> |