Skip to content

Commit

Permalink
Add HTML for favicon
Browse files Browse the repository at this point in the history
Favicons themselves incoming shortly

Ref: #8
  • Loading branch information
nabijaczleweli committed Jan 22, 2016
1 parent 3f75017 commit a9cb5c8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions webpage-head.htm
Original file line number Diff line number Diff line change
Expand Up @@ -272,5 +272,18 @@
width: 914px;
}
</style>
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#000000">
</head><body>
<div id="frame"><div id="markdown">

0 comments on commit a9cb5c8

Please sign in to comment.