24 lines
876 B
HTML
24 lines
876 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-cn">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<link rel="shortcut icon" href="#" />
|
|
<link rel="preload" href="{{_res_path}}common/font/HYWH-65W.woff" as="font" type="font/woff">
|
|
<link rel="preload" href="{{_res_path}}common/font/NZBZ.woff" as="font" type="font/woff">
|
|
<link rel="preload" href="{{_res_path}}common/font/tttgbnumber.woff" as="font" type="font/woff">
|
|
<link rel="stylesheet" type="text/css" href="{{_res_path}}common/common.css" />
|
|
<title>yenai-plugin</title>
|
|
{{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> |