Skip to content

Commit

Permalink
Fixed ico file type in html file
Browse files Browse the repository at this point in the history
  • Loading branch information
midstar committed Dec 13, 2019
1 parent d34b7ca commit aa73f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<title>MediaWEB</title>
<link rel="icon" type="image/png" href="/logo.ico">
<link rel="icon" type="image/x-icon" href="/logo.ico">
<style>

/******************************************************************************
Expand Down

0 comments on commit aa73f8e

Please sign in to comment.