We have an icon

This commit is contained in:
da
2017-01-22 19:58:59 +01:00
parent 6eecb355ac
commit 7c669ade2c
2 changed files with 10 additions and 0 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

+10
View File
@@ -22,6 +22,16 @@
background-color: #f2f2f2;
}
</style>
<!-- These two are what you want to use by default -->
<link rel="apple-touch-icon" href="static/icon.png">
<link rel="apple-touch-icon-precomposed" href="static/icon.png">
<!-- This one works for anything below iOS 4.2 -->
<link rel="apple-touch-icon-precomposed apple-touch-icon" href="static/icon.png">
<link rel="icon"
type="image/png"
href="static/icon.png">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">