panorama/index.html

15 lines
368 B
HTML
Raw Normal View History

2023-03-28 21:36:36 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
2023-06-13 00:13:24 +00:00
<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>Tauri + React + TS</title>
2023-03-28 21:36:36 +00:00
</head>
2023-06-13 00:13:24 +00:00
2023-03-28 21:36:36 +00:00
<body>
<div id="root"></div>
2023-06-13 00:13:24 +00:00
<script type="module" src="/src/main.tsx"></script>
2023-03-28 21:36:36 +00:00
</body>
</html>