Skip to content
Snippets Groups Projects
Commit ecc7f2b0 authored by Leif Eggenfellner's avatar Leif Eggenfellner
Browse files

fix: add . to favicon link

parent 61eb55c8
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="/img/webtek.png" />
<link rel="icon" type="image/x-icon" href="./img/webtek.png" />
<link rel="stylesheet" href="./css/style.css" />
<title>Assignment 1</title>
</head>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment