vue/index.html

14 lines
337 B
HTML
Raw Normal View History

2022-04-08 06:35:54 +00:00
<!DOCTYPE html>
<html lang="en">
2022-04-08 06:40:34 +00:00
<head>
2022-04-08 06:35:54 +00:00
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
2022-04-08 06:40:34 +00:00
</head>
<body>
2022-04-08 06:35:54 +00:00
<div id="app"></div>
2022-04-08 06:40:34 +00:00
<script type="module" src="/src/main.ts"></script>
</body>
</html>