diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-11-14 08:51:28 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-11-14 08:51:28 +0100 |
commit | 16b3de5c9fb538280da185c4b98d841b83566cf6 (patch) | |
tree | 87e15b9af86028de70d3e10a48935324268d53c9 /app/public/index.html | |
parent | 8731f47b99af3e6890eaab68400464bebd03db03 (diff) |
Fix title
Diffstat (limited to 'app/public/index.html')
-rw-r--r-- | app/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/public/index.html b/app/public/index.html index 369bcc4..3408601 100644 --- a/app/public/index.html +++ b/app/public/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8" /> - <title>Ionic App</title> + <title>M6 Insecure Authorization</title> <base href="/" /> |