Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 11ee0b6

Browse files
committed
feat(index): add tags to add apple icon and fullscreen mobile safari
1 parent 6407fa4 commit 11ee0b6

File tree

8 files changed

+8
-1
lines changed

8 files changed

+8
-1
lines changed

src/client/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Issue Zero</title>
6+
<base href="/">
67
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
78
<meta name="viewport" content="width=device-width, initial-scale=1">
89
<meta id="theme-color" name="theme-color" content="#999999">
9-
<base href="/">
10+
<meta name="apple-mobile-web-app-capable" content="yes">
11+
<link rel="apple-touch-icon" href="/touch-icon.png">
12+
<link rel="apple-touch-icon" sizes="76x76" href="/touch-icon-76x76.png">
13+
<link rel="apple-touch-icon" sizes="120x120" href="/touch-icon-120x120.png">
14+
<link rel="apple-touch-icon" sizes="152x152" href="/touch-icon-152x152.png">
15+
<link rel="apple-touch-icon" sizes="167x167" href="/touch-icon-167x167.png">
16+
<link rel="apple-touch-icon" sizes="180x180" href="/touch-icon-180x180.png">
1017
</head>
1118
<body>
1219
<issue-zero-app></issue-zero-app>

src/client/touch-icon-120x120.png

3.59 KB
Loading

src/client/touch-icon-152x152.png

4.29 KB
Loading

src/client/touch-icon-167x167.png

4.76 KB
Loading

src/client/touch-icon-180x180.png

3.22 KB
Loading

src/client/touch-icon-76x76.png

2.7 KB
Loading

src/client/touch-icon.png

1.33 KB
Loading

src/media/logo.graffle

1.78 KB
Binary file not shown.

0 commit comments

Comments
 (0)