1
0
This commit is contained in:
2025-07-18 16:45:46 +09:00
parent 8fa9747847
commit 60076d0e83

View File

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