Fixed favicon not showing up
This commit is contained in:
parent
8fad279dd0
commit
9b9885829f
2 changed files with 1 additions and 1 deletions
BIN
src/assets/favicon.png
Normal file
BIN
src/assets/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>Welcome to KarlOS!</title>
|
<title>Welcome to KarlOS!</title>
|
||||||
<link rel="stylesheet" href="assets/style.css"/>
|
<link rel="stylesheet" href="assets/style.css"/>
|
||||||
<link rel="icon" type="image/x-icon" href="assets/favicon.ico"/>
|
<link rel="icon" type="image/x-icon" href="assets/favicon.png"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue