xyyd-fatfox/index.html

17 lines
390 B
HTML
Raw Normal View History

2024-09-25 18:23:54 +08:00
<!doctype html>
2024-09-09 17:53:07 +08:00
<html lang="en">
<head>
2024-09-25 18:23:54 +08:00
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
2024-09-09 17:53:07 +08:00
<title>Vite App</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>