first commit
This commit is contained in:
		
							
								
								
									
										22
									
								
								public/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								public/index.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
<head>
 | 
			
		||||
  <meta charset="UTF-8">
 | 
			
		||||
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
  <title>Airlines Routes</title>
 | 
			
		||||
  <link rel="stylesheet" href="./assets/css/styles.css" />
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
  <h1>Airlines Routes</h1>
 | 
			
		||||
  <div class="mainView">
 | 
			
		||||
    <div>
 | 
			
		||||
        <h2>Airlines</h2>
 | 
			
		||||
        <svg id="AirlinesChart"></svg>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div>
 | 
			
		||||
        <h2>Airports</h2>
 | 
			
		||||
        <svg id="Map"></svg>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user