system-copyright-react/index.html

15 lines
433 B
HTML
Raw Normal View History

2024-03-11 19:13:42 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2025-03-03 18:01:56 +08:00
<link rel="icon" type="image/svg+xml" href="/miao.svg" />
2024-03-11 19:13:42 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-03-22 21:22:12 +08:00
<link rel="stylesheet" href="fonts/font-awesome/css/font-awesome.css"/>
2025-03-04 09:13:46 +08:00
<title>AI喵著</title>
2024-03-11 19:13:42 +08:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>