2022-05-22 13:10:10 +00:00
|
|
|
<!DOCTYPE html>
|
2022-08-05 22:12:57 +00:00
|
|
|
<html lang="zh-cn">
|
2022-05-22 13:10:10 +00:00
|
|
|
<head>
|
2022-08-05 22:12:57 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
2022-05-22 13:10:10 +00:00
|
|
|
<link rel="shortcut icon" href="#"/>
|
2023-03-08 21:29:30 +00:00
|
|
|
<link rel="preload" href="{{_miao_path}}common/font/HYWH-65W.woff" as="font" type="font/woff">
|
|
|
|
<link rel="preload" href="{{_miao_path}}common/font/NZBZ.woff" as="font" type="font/woff">
|
|
|
|
<link rel="preload" href="{{_miao_path}}common/font/tttgbnumber.woff" as="font" type="font/woff">
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{_miao_path}}common/common.css"/>
|
2022-08-05 22:12:57 +00:00
|
|
|
<title>miao-plugin</title>
|
2022-05-22 13:10:10 +00:00
|
|
|
{{block 'css'}}
|
|
|
|
{{/block}}
|
|
|
|
</head>
|
2023-03-08 21:29:30 +00:00
|
|
|
<body class="elem-{{element||elem||`hydro`}} {{displayMode || mode || `default`}}-mode {{bodyClass}}" {{sys.scale}}>
|
2022-05-22 13:10:10 +00:00
|
|
|
<div class="container" id="container">
|
|
|
|
{{block 'main'}}{{/block}}
|
2023-03-08 21:29:30 +00:00
|
|
|
<div class="copyright">{{@copyright || sys?.copyright}}</div>
|
2022-05-22 13:10:10 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|