Skip to content

Commit 31c9b0c

Browse files
authored
Fix favicon <link>
1 parent 9e55d1e commit 31c9b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Learning Unlimited</title>
55
<link rel="stylesheet" type="text/css" href="/media/css/index.css" />
6-
<link rel="shortcut icon" type="image/x-icon" href=/media/images/favicon.ico" />
6+
<link rel="shortcut icon" type="image/x-icon" href="/media/images/favicon.ico" />
77
<script type="text/javascript">
88
function make_normal()
99
{

0 commit comments

Comments
 (0)