diff options
| author | floviolleau <floviolleau@users.noreply.github.com> | 2021-07-31 18:36:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-31 09:36:49 -0700 |
| commit | 0b73fa77e84c3827019801718284ddfd29be15a4 (patch) | |
| tree | 020f2a31c728224e976606810de9070015dab185 | |
| parent | 638901b3bab46dcb5b2d0eaa91c61929cdb0376e (diff) | |
Update public index.html to load with a relative path the css (#156)
| -rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 4192a59..4882353 100644 --- a/public/index.html +++ b/public/index.html | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | content="Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc." | 9 | content="Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc." |
| 10 | /> | 10 | /> |
| 11 | <link rel="icon" href="./images/wifi.ico" /> | 11 | <link rel="icon" href="./images/wifi.ico" /> |
| 12 | <link rel="stylesheet" href="/light.min.css" /> | 12 | <link rel="stylesheet" href="./light.min.css" /> |
| 13 | <!-- | 13 | <!-- |
| 14 | manifest.json provides metadata used when your web app is installed on a | 14 | manifest.json provides metadata used when your web app is installed on a |
| 15 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ | 15 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
