diff options
| author | llamaiscool <86912683+llamaiscoollol@users.noreply.github.com> | 2021-07-15 17:48:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-15 08:48:34 -0700 |
| commit | 0d71702b4811cf29dcc5b4627236b9b747d06c07 (patch) | |
| tree | 0439028930dbef2c9d1423f0c2fb17f5abf150a1 /public/index.html | |
| parent | 9df3bbcb402cc35e2b2cd8aa2ec9d2b799e84e3e (diff) | |
Added website icon and small design change in WiFi details box (#45)
* Added website icon and small design change in WiFi details box
* Fixed few errors of previous pull
* Fixed errors of previous pull
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 52cbc44..38f4236 100644 --- a/public/index.html +++ b/public/index.html | |||
| @@ -5,6 +5,7 @@ | |||
| 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 name="description" content="Print a card for your WiFi login" /> | 7 | <meta name="description" content="Print a card for your WiFi login" /> |
| 8 | <link rel="icon" href="./images/wifi.ico" /> | ||
| 8 | <!-- | 9 | <!-- |
| 9 | manifest.json provides metadata used when your web app is installed on a | 10 | manifest.json provides metadata used when your web app is installed on a |
| 10 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ | 11 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
| @@ -19,7 +20,7 @@ | |||
| 19 | work correctly both with client-side routing and a non-root public URL. | 20 | work correctly both with client-side routing and a non-root public URL. |
| 20 | Learn how to configure a non-root public URL by running `npm run build`. | 21 | Learn how to configure a non-root public URL by running `npm run build`. |
| 21 | --> | 22 | --> |
| 22 | <title>📡 WiFi Card</title> | 23 | <title>WiFi Card</title> |
| 23 | </head> | 24 | </head> |
| 24 | <body> | 25 | <body> |
| 25 | <noscript | 26 | <noscript |
