Files
clawborn/index.html
2026-03-17 17:53:14 +08:00

17 lines
456 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>多模板证书图片生成器</title>
<meta
name="description"
content="选择模板、填写固定字段并导出证书图片的前端工具页。"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>