diff options
author | Parker <contact@pkrm.dev> | 2024-11-10 23:17:10 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-11-10 23:17:10 -0600 |
commit | 05666369a2e9bb23f9471b11009963eccc838bf6 (patch) | |
tree | 11a63a514d4655932ae6f8d3fcb2589d31a53150 /app/index.html | |
parent | cd237804149bb098868048ccc001d3a6db986565 (diff) |
Some clean-up
Diffstat (limited to 'app/index.html')
-rw-r--r-- | app/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/index.html b/app/index.html index e4b78ea..882ffc0 100644 --- a/app/index.html +++ b/app/index.html @@ -2,9 +2,8 @@ <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 + TS</title> + <title>LinkLogger</title> </head> <body> <div id="root"></div> |