| <!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="{{_ws_path}}common/font/HYWH-65W.woff" as="font" type="font/woff"> |
| <link rel="preload" href="{{_ws_path}}common/font/NZBZ.woff" as="font" type="font/woff"> |
| <link rel="preload" href="{{_ws_path}}common/font/tttgbnumber.woff" as="font" type="font/woff"> |
| <link rel="stylesheet" type="text/css" href="{{_ws_path}}common/common.css"/> |
| <title>ws-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">{{@copyright || sys?.copyright}}</div> |
| </div> |
| </body> |
| </html> |