Skip to content

Commit 6191d1b

Browse files
Merge pull request #26 from roman-yagodin/master
Fixup favicon path
2 parents 59b94cd + bfecd31 commit 6191d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Philogem: 5D action adventure</title>
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<link rel="icon" type="image/x-icon" href="/images/favicon.png">
6+
<link rel="icon" type="image/x-icon" href="images/favicon.png">
77
<link rel="stylesheet" href="css/xterm.css" />
88
<link rel="stylesheet" href="css/styles.css" />
99
<script src="js/lib/jquery.min.js"></script>

0 commit comments

Comments
 (0)