diff options
author | Daniel Weipert <code@drogueronin.de> | 2021-07-09 15:12:50 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2021-07-09 15:12:50 +0200 |
commit | 30c8c2f2b05bab8b962b51c0faeb282980324a5c (patch) | |
tree | 0088c91d7e44c76a966601d325bc53d1fdbc657e /app/index.html | |
parent | 6563602fb39db8ae9a976784b62538cbcf3de108 (diff) |
Splits UI into steps and enhances log messages
Diffstat (limited to 'app/index.html')
-rw-r--r-- | app/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/index.html b/app/index.html index 8b7ddc9..df22432 100644 --- a/app/index.html +++ b/app/index.html @@ -2,8 +2,8 @@ <html> <head> <meta charset="UTF-8"> - <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'"> - <title>Hello World!</title> + <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; img-src data:"> + <title>Mail Migrator</title> <link rel="stylesheet" href="./build/index.css"> </head> <body> |