mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-18 13:35:12 +00:00
16 lines
559 B
HTML
16 lines
559 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
|
||
|
<link rel="shortcut icon" href="#"/>
|
||
|
<link rel="stylesheet" type="text/css" href="{{_res_path}}/common/common.css"/>
|
||
|
{{block 'css'}}
|
||
|
{{/block}}
|
||
|
</head>
|
||
|
<body class="elem-{{element||elem||`hydro`}} {{displayMode || mode || `default`}}-mode {{bodyClass}}" {{sys.scale}}>
|
||
|
<div class="container elem-bg" id="container">
|
||
|
{{block 'main'}}{{/block}}
|
||
|
<div class="copyright">{{@sys.copyright}}</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|