30 lines
		
	
	
	
		
			662 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			30 lines
		
	
	
	
		
			662 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>Train - InfoTren</title>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									<link rel="stylesheet" href="/base.css">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									<script src="back.js"></script>
							 | 
						||
| 
								 | 
							
									<script src="items.js"></script>
							 | 
						||
| 
								 | 
							
									<script src="train.js"></script>
							 | 
						||
| 
								 | 
							
								</head>
							 | 
						||
| 
								 | 
							
								<body>
							 | 
						||
| 
								 | 
							
									<h1>Train Information</h1>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									<h4>Train Number</h4>
							 | 
						||
| 
								 | 
							
									<input class="items" type="tel" name="trainNumber" id="trainNumber">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									<h4>Suggestions</h4>
							 | 
						||
| 
								 | 
							
									<div class="content">
							 | 
						||
| 
								 | 
							
										<ul id="suggestionsArea"></ul>
							 | 
						||
| 
								 | 
							
									</div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									<footer>
							 | 
						||
| 
								 | 
							
										<div class="csk">Search</div>
							 | 
						||
| 
								 | 
							
									</footer>
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								</html>
							 |