mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-11 03:50:05 +03:00
3fbaee454d
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
16 lines
390 B
HTML
16 lines
390 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" />
|
|
<title>Svelte + Vite App</title>
|
|
<script type="module" crossorigin src="/assets/index.js"></script>
|
|
<link rel="stylesheet" href="/assets/index.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
</html>
|