diff options
| author | bndw <benjamindwoodward@gmail.com> | 2020-05-30 12:33:16 -0700 |
|---|---|---|
| committer | bndw <benjamindwoodward@gmail.com> | 2020-05-31 09:02:22 -0700 |
| commit | 6371e7794d2fa9ba5b79f267219e50e885057342 (patch) | |
| tree | 3441d6087befb8740d098c88385839ef20bb1b65 /public/index.html | |
| parent | e177a74c9ea505284c8debf086f785a43d88f90b (diff) | |
Initial commit
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html index aa069f2..1553b21 100644 --- a/public/index.html +++ b/public/index.html | |||
| @@ -2,12 +2,11 @@ | |||
| 2 | <html lang="en"> | 2 | <html lang="en"> |
| 3 | <head> | 3 | <head> |
| 4 | <meta charset="utf-8" /> | 4 | <meta charset="utf-8" /> |
| 5 | <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> | ||
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | 5 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 7 | <meta name="theme-color" content="#000000" /> | 6 | <meta name="theme-color" content="#000000" /> |
| 8 | <meta | 7 | <meta |
| 9 | name="description" | 8 | name="description" |
| 10 | content="Web site created using create-react-app" | 9 | content="Print a card for your WiFi login" |
| 11 | /> | 10 | /> |
| 12 | <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> | 11 | <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
| 13 | <!-- | 12 | <!-- |
| @@ -24,7 +23,7 @@ | |||
| 24 | work correctly both with client-side routing and a non-root public URL. | 23 | work correctly both with client-side routing and a non-root public URL. |
| 25 | Learn how to configure a non-root public URL by running `npm run build`. | 24 | Learn how to configure a non-root public URL by running `npm run build`. |
| 26 | --> | 25 | --> |
| 27 | <title>React App</title> | 26 | <title>📡 WiFi Login Card</title> |
| 28 | </head> | 27 | </head> |
| 29 | <body> | 28 | <body> |
| 30 | <noscript>You need to enable JavaScript to run this app.</noscript> | 29 | <noscript>You need to enable JavaScript to run this app.</noscript> |
