Skip to content

Commit

Permalink
fix favicon part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
PandorasActorMS committed Sep 20, 2023
1 parent 94a38ea commit bec8e43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions login.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,10 @@ function auth(
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>HAWKI</title>
<link rel="favicon" type="image/jpg" href="/img/favicon.jpg"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HAWKI</title>
<link rel="shortcut icon" type="image/x-icon" href="https://mediapool.hm.edu/media/_technik/img/_technik_1/favicon.jpg" media="screen" />
<link rel="icon" type="image/x-icon" href="https://mediapool.hm.edu/media/_technik/img/_technik_1/favicon.jpg" media="screen" />
<link rel="stylesheet" href="./style.css">
</head>
<body>
Expand Down

0 comments on commit bec8e43

Please sign in to comment.