mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 01:32:03 +03:00
f87c04d70b
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
20 lines
485 B
HTML
20 lines
485 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="stylesheet" href="/global.css" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Svelte + Vite App</title>
|
|
<script type="module" crossorigin src="/assets/index.56ad4900.js"></script>
|
|
<link rel="modulepreload" href="/assets/vendor.a59520a9.js">
|
|
<link rel="stylesheet" href="/assets/index.b706bb41.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|