Files
tauri-plugins-workspace/examples/api/dist/index.html
T
Lucas Nogueira 7659b9515d merge from v2
2024-02-03 17:05:27 -03:00

18 lines
433 B
HTML

<!doctype html>
<html lang="en" theme="dark">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<title>Svelte + Vite App</title>
<script type="module" crossorigin src="/assets/index.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index.css">
</head>
<body>
<div id="app"></div>
</body>
</html>