aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorbndw <benjamindwoodward@gmail.com>2020-05-30 12:33:16 -0700
committerbndw <benjamindwoodward@gmail.com>2020-05-31 09:02:22 -0700
commit6371e7794d2fa9ba5b79f267219e50e885057342 (patch)
tree3441d6087befb8740d098c88385839ef20bb1b65 /public
parente177a74c9ea505284c8debf086f785a43d88f90b (diff)
Initial commit
Diffstat (limited to 'public')
-rw-r--r--public/favicon.icobin3150 -> 0 bytes
-rw-r--r--public/index.html5
-rw-r--r--public/logo192.pngbin5347 -> 0 bytes
-rw-r--r--public/logo512.pngbin9664 -> 0 bytes
-rw-r--r--public/manifest.json22
5 files changed, 5 insertions, 22 deletions
diff --git a/public/favicon.ico b/public/favicon.ico
deleted file mode 100644
index bcd5dfd..0000000
--- a/public/favicon.ico
+++ /dev/null
Binary files differ
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>
diff --git a/public/logo192.png b/public/logo192.png
deleted file mode 100644
index fc44b0a..0000000
--- a/public/logo192.png
+++ /dev/null
Binary files differ
diff --git a/public/logo512.png b/public/logo512.png
deleted file mode 100644
index a4e47a6..0000000
--- a/public/logo512.png
+++ /dev/null
Binary files differ
diff --git a/public/manifest.json b/public/manifest.json
index 080d6c7..46e96b6 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -1,23 +1,7 @@
1{ 1{
2 "short_name": "React App", 2 "short_name": "wifi-details",
3 "name": "Create React App Sample", 3 "name": "wifi-details",
4 "icons": [ 4 "icons": [],
5 {
6 "src": "favicon.ico",
7 "sizes": "64x64 32x32 24x24 16x16",
8 "type": "image/x-icon"
9 },
10 {
11 "src": "logo192.png",
12 "type": "image/png",
13 "sizes": "192x192"
14 },
15 {
16 "src": "logo512.png",
17 "type": "image/png",
18 "sizes": "512x512"
19 }
20 ],
21 "start_url": ".", 5 "start_url": ".",
22 "display": "standalone", 6 "display": "standalone",
23 "theme_color": "#000000", 7 "theme_color": "#000000",