Fixed main logo on website but favicon still does not work
This commit is contained in:
BIN
client/favicon.ico
Normal file
BIN
client/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 318 B |
@ -5,7 +5,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>TLT Location Finder</title>
|
||||
<link rel="icon" type="image/x-icon" href="velendeulogo.png">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<style>
|
||||
#map {
|
||||
height: 1000px;
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
<body>
|
||||
<picture>
|
||||
<img src="velendeulogo.png" alt="velendeulogo" style="width:auto";>
|
||||
<img src="/velendeulogo.jpg" alt="velendeulogojpg" style="width:auto";>
|
||||
</picture>
|
||||
<h2>TLT Location Finder</h2>
|
||||
<form id="search-form">
|
||||
|
BIN
client/velendeulogo.jpg
Normal file
BIN
client/velendeulogo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
Reference in New Issue
Block a user