Logo fix
This commit is contained in:
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
@ -5,6 +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="/images/velendeulogo.png">
|
||||
<style>
|
||||
#map {
|
||||
height: 1000px;
|
||||
@ -15,7 +16,7 @@
|
||||
|
||||
<body>
|
||||
<picture>
|
||||
<img src="velendeulogo.png" alt="velendeulogo" style="width:auto";>
|
||||
<img src="/images/velendeulogo.png" alt="velendeulogo" style="width:auto";>
|
||||
</picture>
|
||||
<h2>TLT Location Finder</h2>
|
||||
<form id="search-form">
|
||||
|
Reference in New Issue
Block a user