-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
39 lines (39 loc) · 1.75 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>TCDD Train Seat Finder</title>
</head>
<body>
<h1>TCDD Train Seat Finder</h1>
<form id="configForm">
<div>
<label for="binisIstasyonAdi">Departure Station:</label>
<select id="binisIstasyonAdi"></select>
</div>
<div>
<label for="inisIstasyonAdi">Arrival Station:</label>
<select id="inisIstasyonAdi"></select>
</div>
<div>
<label for="date">Date:</label>
<input type="date" id="date" value="2024-05-15">
</div>
<div id="hourContainer" style="display: block;">
<label for="hour">Select Suitable Hours:</label>
<div id="hourChoices"></div>
</div>
<div style="display: none;">
<label for="sleepTime">Sleep Time (seconds):</label>
<input type="number" id="sleepTime" value="10">
</div>
<button type="button" id="find-seat-button" onclick="runFinder()">Find Seat</button>
<div id="log"></div>
<div id="result"></div>
</form>
<div id="sfcwg3fhmlubgx2mljwfde3guqmn8cx4bu6"></div><script type="text/javascript" src="https://counter4.optistats.ovh/private/counter.js?c=wg3fhmlubgx2mljwfde3guqmn8cx4bu6&down=async" async></script><noscript><a href="https://www.freecounterstat.com" title="visitor counter widget"><img src="https://counter4.optistats.ovh/private/freecounterstat.php?c=wg3fhmlubgx2mljwfde3guqmn8cx4bu6" title="visitor counter widget" alt="visitor counter widget"></a></noscript>
<script src="index.js"></script>
</body>
</html>