Skip to content

Commit

Permalink
Merge pull request #2 from michurin/master
Browse files Browse the repository at this point in the history
Fix path to favicon.ico according with the index.html appears not in /
  • Loading branch information
DKunin authored Jul 25, 2022
2 parents 1f18cf4 + 26fe9b6 commit 6b59ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Protocol Writer</title>
<link rel="shortcut icon" type="image/ico" href="/favicon.ico"/>
<link rel="shortcut icon" type="image/ico" href="./favicon.ico"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,700,700i" rel="stylesheet">
<link href="./css/lemon.min.css" rel="stylesheet">
Expand Down

0 comments on commit 6b59ba9

Please sign in to comment.