diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,8 +3,9 @@ | |||
3 | <head> | 3 | <head> |
4 | <meta charset="UTF-8" /> | 4 | <meta charset="UTF-8" /> |
5 | <link rel="icon" href="/favicon.ico" /> | 5 | <link rel="icon" href="/favicon.ico" /> |
6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | 6 | <meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover"> |
7 | <title>Vite App</title> | 7 | <meta name="robots" content="noindex"> |
8 | <title>Homer</title> | ||
8 | </head> | 9 | </head> |
9 | <body> | 10 | <body> |
10 | <div id="app"></div> | 11 | <div id="app"></div> |