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

14 lines
290 B
HTML
Raw Normal View History

2024-06-14 10:44:18 +08:00
<!DOCTYPE html>
<html>
<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>
</html>