aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-08-24 21:42:45 +0300
committereug-vs <eug-vs@keemail.me>2020-08-24 21:42:45 +0300
commit7d3554d541c6c713b64be98e2857e58b24d389b4 (patch)
tree01fd6cc5d9e53fd896cc339bf7f7461c3e9b46a2 /public/index.html
parent27ce051352a3d8aef51aeee5d93e4b5c1773cc4f (diff)
downloadwhich-ui-7d3554d541c6c713b64be98e2857e58b24d389b4.tar.gz
feat: add manifest and pwa properties to index
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html
index 0e74a89..4590ae4 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2,8 +2,12 @@
<html lang="en">
<head>
<meta charset="utf-8" />
- <link rel="icon" type="image/png" sizes="16x16" href="./which-logo-64.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta name="theme-color" content="#00796b" />
+ <meta name="description" content="Social webapp based on choosing between two options." />
+ <link rel="icon" type="image/png" sizes="16x16" href="./which-logo-64.png" />
+ <link rel="apple-touch-icon" href="./which-logo-512.png" />
+ <link rel="manifest" href="./manifest.json" />
<title>Which</title>
<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">