Skip to content

Commit 5742a8e

Browse files
authored
Merge pull request #39 from ishythefishy/tiles
Added apple touch icon
2 parents 691d5ef + b1bf4e7 commit 5742a8e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
6.88 KB
Loading

apps/fretonator-web/src/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
2727
<link rel="manifest" href="manifest.webmanifest">
2828
<meta name="theme-color" content="#1a1a1a">
29+
<meta name="msapplication-TileColor" content="#1a1a1a">
30+
31+
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/icon-180x180.png">
2932

3033
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-167450036-1"></script>
3134
<script>

0 commit comments

Comments
 (0)