Fixed title to be TLT location...
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Bus Location Finder</title>
|
||||
<title>TLT Location Finder</title>
|
||||
<style>
|
||||
#map {
|
||||
height: 1000px;
|
||||
@ -15,9 +15,9 @@
|
||||
|
||||
<body>
|
||||
|
||||
<h2>Bus Location Finder</h2>
|
||||
<h2>TLT Location Finder</h2>
|
||||
<form id="search-form">
|
||||
<label for="bus-id">Enter Bus ID (TAK):</label>
|
||||
<label for="bus-id">Enter TAK:</label>
|
||||
<input type="text" id="bus-id" name="bus-id">
|
||||
<button type="submit">Search</button>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user