aboutsummaryrefslogtreecommitdiffstats
path: root/public/index.html
diff options
context:
space:
mode:
authorBen Woodward <ben@bdw.to>2021-07-15 14:44:00 -0700
committerGitHub <noreply@github.com>2021-07-15 14:44:00 -0700
commitf82c096aeb6970bed54eb6e5424ba303965ef252 (patch)
tree85f257e64c90e00754d3f476e8e6d61bd01625d6 /public/index.html
parentc6fb2f011505a3e1892e1fb24f4df850c55bb57d (diff)
Only run Prettier on ./src (#55)
* Move base stylesheet input public * Only run prettier on ./src
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
index 38f4236..30dd6a7 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,6 +6,7 @@
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 <link rel="icon" href="./images/wifi.ico" />
9 <link rel="stylesheet" href="/light.min.css" />
9 <!-- 10 <!--
10 manifest.json provides metadata used when your web app is installed on a 11 manifest.json provides metadata used when your web app is installed on a
11 user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ 12 user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/