Skip to content

Commit

Permalink
Explicitly point to favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis committed Mar 10, 2020
1 parent 7050ee9 commit 3aaf8f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>irmf-editor</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/irmf-editor.css">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>

<body>
Expand Down Expand Up @@ -43,4 +44,4 @@

</body>

</html>
</html>

0 comments on commit 3aaf8f2

Please sign in to comment.