Skip to content

Commit

Permalink
Added missing favicon.ico (flightaware#101)
Browse files Browse the repository at this point in the history
* Added missing favicon.ico

* Added favicon.ico link tag to index.html

Co-authored-by: Mitchell J. Skurnik <[email protected]>
  • Loading branch information
mskurnik and Mitchell J. Skurnik authored Sep 27, 2022
1 parent 43fe3c6 commit a74db62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added public_html/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions public_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="style.css?v=8.0" />
<link rel="stylesheet" href="jquery/jquery-ui-1.11.4-smoothness.css" />
<link rel="icon" href="favicon.ico" />
<script src="jquery/jquery-3.0.0.min.js"></script>
<script src="jquery/jquery-ui-1.11.4.min.js"></script>
<script src="jquery/plugins/jquery.validate.min.js"></script>
Expand Down

0 comments on commit a74db62

Please sign in to comment.