vue-tailwind-myna/index.html

14 lines
357 B
HTML
Raw Normal View History

2024-11-20 20:32:53 +07:00
<!doctype html>
2024-11-20 15:23:32 +07:00
<html lang="">
<head>
2024-11-20 20:32:53 +07:00
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-11-20 15:23:32 +07:00
<title>Vite App</title>
</head>
2024-11-20 20:32:53 +07:00
<body class="bg-background">
2024-11-20 15:23:32 +07:00
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>