2022-05-22 13:10:10 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
|
|
|
|
<link rel="shortcut icon" href="#"/>
|
2022-05-31 21:16:10 +00:00
|
|
|
<link rel="preload" href="{{_res_path}}/common/font/HYWH-65W.ttf" as="font" crossorigin>
|
|
|
|
<link rel="preload" href="{{_res_path}}/common/font/HYWH-85W.ttf" as="font" crossorigin>
|
|
|
|
<link rel="preload" href="{{_res_path}}/common/font/NZBZ.ttf" as="font" crossorigin>
|
|
|
|
<link rel="preload" href="{{_res_path}}/common/font/tttgbnumber.ttf" as="font" crossorigin>
|
2022-05-22 13:10:10 +00:00
|
|
|
<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>
|