We have an icon
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
@@ -22,6 +22,16 @@
|
|||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
}
|
}
|
||||||
</style>
|
</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 charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|||||||
Reference in New Issue
Block a user