1
0
Files
card/index.html
2025-07-18 16:45:46 +09:00

17 lines
491 B
HTML

<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/ai.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>card.syui.ai</title>
<link rel="stylesheet" href="/pkg/icomoon/style.css" />
<link rel="stylesheet" href="/pkg/font-awesome/css/all.min.css" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>