diff options
| author | Ahmed Tarek <ahmed.tokyo1@gmail.com> | 2021-07-29 19:38:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-29 10:38:11 -0700 |
| commit | 28b39bd026d1c13150856d84170fe6127288e104 (patch) | |
| tree | 3aa381eef26939676b5304a2fd88ccd6358d4295 /public | |
| parent | f87b41eca4b25d90d5d500977322ee5703e5eb19 (diff) | |
:sparkles: add desc attribute to index.html (#129)
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index a726960..b87e55a 100644 --- a/public/index.html +++ b/public/index.html | |||
| @@ -23,6 +23,7 @@ | |||
| 23 | Learn how to configure a non-root public URL by running `npm run build`. | 23 | Learn how to configure a non-root public URL by running `npm run build`. |
| 24 | --> | 24 | --> |
| 25 | <title>WiFi Card</title> | 25 | <title>WiFi Card</title> |
| 26 | <desc>Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc.</desc> | ||
| 26 | </head> | 27 | </head> |
| 27 | 28 | ||
| 28 | <body> | 29 | <body> |
