2024-03-11 19:13:42 +08:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
|
|
<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"/>
|
|
|
|
<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>
|