diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-05-12 17:57:33 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-05-12 17:57:49 +0200 |
| commit | 1b54ef6a7da4b2d356a2a33abf98cbb7bf39df2f (patch) | |
| tree | ec86200071d92ecf7390f472e515cc8a40421f1b /index.html | |
| parent | a327ed48c6d14bf2ccaf8fb0fa4b9ea641481748 (diff) | |
Fix bugs, add new setting, make app great again
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ <link rel="manifest" href="/manifest.webmanifest" /> + <meta name="robots" content="noindex, nofollow" /> + <meta name="googlebot" content="noindex, nofollow" /> + <style> body { margin: 0; |
