28 lines
		
	
	
	
		
			657 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			28 lines
		
	
	
	
		
			657 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>InfoTren</title>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									<link rel="stylesheet" href="/base.css">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									<script src="items.js"></script>
							 | 
						||
| 
								 | 
							
								</head>
							 | 
						||
| 
								 | 
							
								<body>
							 | 
						||
| 
								 | 
							
									<h1>InfoTren</h1>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									<div class="content">
							 | 
						||
| 
								 | 
							
										<ul>
							 | 
						||
| 
								 | 
							
											<li><a class="items disabled" href="">Train routes</a></li>
							 | 
						||
| 
								 | 
							
											<li><a class="items" href="train.html">My train</a></li>
							 | 
						||
| 
								 | 
							
											<li><a class="items disabled" href="station.html">Station departures/arrivals</a></li>
							 | 
						||
| 
								 | 
							
										</ul>
							 | 
						||
| 
								 | 
							
									</div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									<footer>
							 | 
						||
| 
								 | 
							
										<div class="csk">Select</div>
							 | 
						||
| 
								 | 
							
									</footer>
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								</html>
							 |