tauri-app/index.html

15 lines
352 B
HTML
Raw Permalink Normal View History

2024-01-14 14:26:14 +00:00
<!doctype html>
<html lang="en">
2024-02-11 17:12:40 +00:00
<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" />
<title>Vybr: Music Player</title>
</head>
2024-01-14 14:26:14 +00:00
2024-02-11 17:12:40 +00:00
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
2024-01-14 14:26:14 +00:00
</html>