feat: init osma tauri OA-1

This commit is contained in:
Artemy 2022-07-24 14:17:28 +03:00
parent 089d85c77b
commit f54437cdc6
33 changed files with 6615 additions and 12 deletions

13
index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<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>Vite + React</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>