Miao-Yunzai/resources/html/layout/default.html

12 lines
306 B
HTML
Raw Normal View History

2024-06-17 23:04:18 +08:00
<!doctype html>
2024-06-14 10:44:18 +08:00
<html>
2024-06-17 23:04:18 +08:00
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="shortcut icon" href="#" />
{{block 'css'}}{{/block}}
</head>
<body class="body_box">
<div class="container" id="container">{{block 'main'}}{{/block}}</div>
</body>
2024-06-14 10:44:18 +08:00
</html>