diff options
Diffstat (limited to 'web/src/index.html')
| -rw-r--r-- | web/src/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/web/src/index.html b/web/src/index.html index b14f5b5..68eba57 100644 --- a/web/src/index.html +++ b/web/src/index.html @@ -3,11 +3,14 @@ <head> <meta charset="UTF-8"> <meta name="description" content="hi i'm aura and this is my website about stuff."> - <meta name="viewport" content="width=device-width,user-scalable=yes"> + <meta name="viewport" content="user-scalable=yes"> <title>networkheaven.net</title> <link rel="stylesheet" href="/static/main.css"> <link href="/static/highlight.css" rel="preload" as="style" onload="this.rel='stylesheet'"> - <link rel="shortcut icon" href="/static/nh.ico" type="image"> + <link rel="icon" href="data:image/png;base64,iVBORw0KGgo="> + <noscript> + <link rel="shortcut icon" href="/static/nh.ico" type="image"> + </noscript> </head> <body> <div id="moneyjsx-root"> |
