Files
chaos-api/web/image-gen/index.html
T
2026-06-15 06:16:16 +08:00

14 lines
671 B
HTML
Vendored

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' rx='20' fill='%236366f1'/%3E%3Ctext x='50' y='65' font-size='52' text-anchor='middle' fill='white' font-family='system-ui'%3E🖼%3C/text%3E%3C/svg%3E" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>newapi-image-gen</title>
</head>
<body class="bg-zinc-950 text-zinc-100 antialiased">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>