17 lines
491 B
HTML
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>
|