mirror of
				https://codeberg.org/kbruen/kai.infotren.git
				synced 2025-11-04 17:06:46 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
	
		
			815 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
	
		
			815 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
	<meta charset="UTF-8">
 | 
						|
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
						|
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
	<title>Station - InfoTren</title>
 | 
						|
 | 
						|
	<link rel="manifest" href="/manifest.json">
 | 
						|
 | 
						|
	<link rel="stylesheet" href="/base.css">
 | 
						|
 | 
						|
	<script src="/common/worker.js"></script>
 | 
						|
	<script src="/common/back.js"></script>
 | 
						|
	<script src="/common/items.js"></script>
 | 
						|
	<script src="station.js"></script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
	<h1>Station Information</h1>
 | 
						|
 | 
						|
	<h4>Station Name</h4>
 | 
						|
	<input class="items" name="stationName" id="stationName">
 | 
						|
 | 
						|
	<h4>Suggestions</h4>
 | 
						|
	<div class="content">
 | 
						|
		<ul id="suggestionsArea"></ul>
 | 
						|
	</div>
 | 
						|
 | 
						|
	<footer>
 | 
						|
		<div class="lsk"></div>
 | 
						|
		<div class="csk">Search</div>
 | 
						|
		<div class="rsk"></div>
 | 
						|
	</footer>
 | 
						|
</body>
 | 
						|
</html>
 |