This commit is contained in:
eetnaviation
2024-03-27 17:10:26 +02:00
parent 929ce3eb8e
commit b8b5bd79ba
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TLT Location Finder</title> <title>TLT Location Finder</title>
<link rel="icon" type="image/x-icon" href="images/velendeulogo.png"> <link rel="icon" type="image/x-icon" href="velendeulogo.png">
<style> <style>
#map { #map {
height: 1000px; height: 1000px;
@ -16,7 +16,7 @@
<body> <body>
<picture> <picture>
<img src="images/velendeulogo.png" alt="velendeulogo" style="width:auto";> <img src="velendeulogo.png" alt="velendeulogo" style="width:auto";>
</picture> </picture>
<h2>TLT Location Finder</h2> <h2>TLT Location Finder</h2>
<form id="search-form"> <form id="search-form">

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB