Skip to content

Commit 239ca48

Browse files
committed
add favicons to the page
1 parent c66ee40 commit 239ca48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33

44
<head>
55
<title>Dot for Dot</title>
6+
<link rel="icon" sizes="16x16" type="image/png" href="icons/X16px.png"/>
7+
<link rel="icon" sizes="32x32" type="image/png" href="icons/X32px.png"/>
8+
<link rel="icon" sizes="64x64" type="image/png" href="icons/X64px.png"/>
9+
610
<link rel="stylesheet" type="text/css" href="main.css">
711
<!--script src="tile.js"/></script-->
812
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
13+
914
<link rel="license" href="http://www.gnu.org/licenses/agpl-3.0.html">
1015
</head>
1116

0 commit comments

Comments
 (0)