mirror of
https://github.com/OSMA-D/osma-app.git
synced 2025-03-04 01:01:25 +03:00
feat: init osma tauri OA-1
This commit is contained in:
parent
089d85c77b
commit
f54437cdc6
33 changed files with 6615 additions and 12 deletions
13
index.html
Normal file
13
index.html
Normal 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>
|
Loading…
Add table
Reference in a new issue