aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2024-12-23 14:34:29 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2024-12-23 14:34:29 +0100
commit2cc0579811db6922541bf3b60efbfd1b04a3d82d (patch)
tree89aaed4763a001aac5a949824f02113024e8653c
parente43e9feae2840e8735c9d8a7c40bb2ce5c740e5f (diff)
downloadFlightCore-2cc0579811db6922541bf3b60efbfd1b04a3d82d.tar.gz
FlightCore-2cc0579811db6922541bf3b60efbfd1b04a3d82d.zip
refactor: Match index.html from main branch
-rw-r--r--src-vue/index.html5
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>