Files
astrbot_plugin_jx3/templates/layouts/base.html
T
2026-08-04 00:17:25 +08:00

20 lines
428 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><!--__PAGE_TITLE__--></title>
<style>
/*__TOKENS_CSS__*/
/*__PAGE_CSS__*/
/*__BASE_CSS__*/
/*__COMPONENTS_CSS__*/
</style>
</head>
<body class="jx3-template jx3-template--__PAGE_ID__">
<div class="jx3-frame">
<!--__PAGE_CONTENT__-->
</div>
</body>
</html>