mirror of
https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git
synced 2024-12-23 03:20:52 +08:00
16 lines
552 B
HTML
16 lines
552 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" id="container">
|
|
{{block 'main'}}{{/block}}
|
|
<div class="copyright">{{@sys.copyright}}</div>
|
|
</div>
|
|
</body>
|
|
</html> |