diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-12-23 14:34:29 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-12-23 14:34:29 +0100 |
commit | 2cc0579811db6922541bf3b60efbfd1b04a3d82d (patch) | |
tree | 89aaed4763a001aac5a949824f02113024e8653c | |
parent | e43e9feae2840e8735c9d8a7c40bb2ce5c740e5f (diff) | |
download | FlightCore-2cc0579811db6922541bf3b60efbfd1b04a3d82d.tar.gz FlightCore-2cc0579811db6922541bf3b60efbfd1b04a3d82d.zip |
refactor: Match index.html from main branch
-rw-r--r-- | src-vue/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src-vue/index.html b/src-vue/index.html index 99f203f5..143557b5 100644 --- a/src-vue/index.html +++ b/src-vue/index.html @@ -1,12 +1,11 @@ -<!doctype html> +<!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> + <title>Vite + Vue + TS</title> </head> - <body> <div id="app"></div> <script type="module" src="/src/main.ts"></script> |