aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorBen Woodward <ben@bdw.to>2021-07-04 16:48:10 -0700
committerGitHub <noreply@github.com>2021-07-04 16:48:10 -0700
commit52ff61635b1cbd4b024ae882b606cfb64d6cc897 (patch)
treede906f5b551d28d92048dcb65a8048fc718d3b9f /public
parent313e5f8146a1f853269c2958fbbf4aa26c2422a8 (diff)
Prettier formatting (#33)
* Add prettier * Format code
Diffstat (limited to 'public')
-rw-r--r--public/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/public/index.html b/public/index.html
index 6685a59..52cbc44 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,10 +4,7 @@
4 <meta charset="utf-8" /> 4 <meta charset="utf-8" />
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 7 <meta name="description" content="Print a card for your WiFi login" />
8 name="description"
9 content="Print a card for your WiFi login"
10 />
11 <!-- 8 <!--
12 manifest.json provides metadata used when your web app is installed on a 9 manifest.json provides metadata used when your web app is installed on a
13 user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ 10 user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
@@ -25,7 +22,10 @@
25 <title>📡 WiFi Card</title> 22 <title>📡 WiFi Card</title>
26 </head> 23 </head>
27 <body> 24 <body>
28 <noscript>You need to enable JavaScript to run this app. Feel free to view the <a href="https://github.com/bndw/wifi-card">source code</a>.</noscript> 25 <noscript
26 >You need to enable JavaScript to run this app. Feel free to view the
27 <a href="https://github.com/bndw/wifi-card">source code</a>.</noscript
28 >
29 <div id="root"></div> 29 <div id="root"></div>
30 <!-- 30 <!--
31 This HTML file is a template. 31 This HTML file is a template.