diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-12-23 00:23:09 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-12-23 00:23:09 +0100 |
commit | a1da748f9d635a02d5f4248becb9d609ef6cf7ab (patch) | |
tree | 4ab13819a3ae570af269b6b63f5f07186419c970 /src-vue/index.html | |
parent | f1dee718da95836ffa5c0985c9e8f5643e0f3f6f (diff) | |
download | FlightCore-a1da748f9d635a02d5f4248becb9d609ef6cf7ab.tar.gz FlightCore-a1da748f9d635a02d5f4248becb9d609ef6cf7ab.zip |
refactor: Restructure UI logic folder structure to match main branch
Diffstat (limited to 'src-vue/index.html')
-rw-r--r-- | src-vue/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src-vue/index.html b/src-vue/index.html new file mode 100644 index 00000000..99f203f5 --- /dev/null +++ b/src-vue/index.html @@ -0,0 +1,14 @@ +<!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>Tauri + Vue + Typescript App</title> + </head> + + <body> + <div id="app"></div> + <script type="module" src="/src/main.ts"></script> + </body> +</html> |