generator-code-web/index.html

14 lines
347 B
HTML
Raw Normal View History

2025-04-05 13:56:32 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
2025-04-22 19:17:31 +08:00
<link href="/favicon.ico" rel="icon" type="image/svg+xml"/>
2025-04-05 13:56:32 +08:00
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>%VITE_APP_TITLE%</title>
</head>
<body>
<div id="app"></div>
<script src="/src/main.ts" type="module"></script>
</body>
</html>