Skip to content

Commit

Permalink
fix: add favicon path to avoid 404 error
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Nov 20, 2018
1 parent 65ea12f commit 8da3f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<title>App Management</title>
<link type="text/css" rel="stylesheet" href="../dhis-web-commons/material-design-icons/material-icons.css">
<link type="text/css" rel="stylesheet" href="../dhis-web-commons/fonts/roboto.css">
<link rel="shortcut icon" href="../favicon.ico">
<meta name="viewport" content="width=630, height=500, initial-scale=1"/>
</head>
<body>
Expand Down

0 comments on commit 8da3f98

Please sign in to comment.