diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/public/index.html b/public/index.html index 6685a59..52cbc44 100644 --- a/public/index.html +++ b/public/index.html | |||
| @@ -4,10 +4,7 @@ | |||
| 4 | <meta charset="utf-8" /> | 4 | <meta charset="utf-8" /> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | 5 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 6 | <meta name="theme-color" content="#000000" /> | 6 | <meta name="theme-color" content="#000000" /> |
| 7 | <meta | 7 | <meta name="description" content="Print a card for your WiFi login" /> |
| 8 | name="description" | ||
| 9 | content="Print a card for your WiFi login" | ||
| 10 | /> | ||
| 11 | <!-- | 8 | <!-- |
| 12 | manifest.json provides metadata used when your web app is installed on a | 9 | manifest.json provides metadata used when your web app is installed on a |
| 13 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ | 10 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
| @@ -25,7 +22,10 @@ | |||
| 25 | <title>📡 WiFi Card</title> | 22 | <title>📡 WiFi Card</title> |
| 26 | </head> | 23 | </head> |
| 27 | <body> | 24 | <body> |
| 28 | <noscript>You need to enable JavaScript to run this app. Feel free to view the <a href="https://github.com/bndw/wifi-card">source code</a>.</noscript> | 25 | <noscript |
| 26 | >You need to enable JavaScript to run this app. Feel free to view the | ||
| 27 | <a href="https://github.com/bndw/wifi-card">source code</a>.</noscript | ||
| 28 | > | ||
| 29 | <div id="root"></div> | 29 | <div id="root"></div> |
| 30 | <!-- | 30 | <!-- |
| 31 | This HTML file is a template. | 31 | This HTML file is a template. |
