Skip to content

Commit

Permalink
Test other way to use favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
korsumaki committed Apr 16, 2023
1 parent a2563c9 commit 671fa4b
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 @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Lentoapuri</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.css" />
<link rel="stylesheet" href="mystyle.css" />
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
Expand Down

0 comments on commit 671fa4b

Please sign in to comment.