diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-21 13:14:48 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-21 13:14:48 +1100 |
| commit | e0a9c9e4b1db9d8f9d4459ca06cd6c34fcd30cb8 (patch) | |
| tree | fd23da732aa81cb7164b2950ba9f910782d4a984 /src/index.html | |
| parent | 9522a8b1b9876c769741dbbe23292a5796062c78 (diff) | |
Add meta tag, fix title
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index faaf03c..b8ea77d 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,8 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>GoReact</title> + <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self'; img-src 'self'; connect-src 'self';" /> + <title>nj3.xyz</title> </head> <body style="margin:0;"> |
