mirror of
				https://github.com/Telecominfraproject/oopt-gnpy-web-gui.git
				synced 2025-10-31 01:57:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			55 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
 | |
| <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
 | |
| <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
 | |
| <!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
 | |
| <html lang="en">
 | |
| 
 | |
| <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 | |
|     <title>TIP-Help</title>
 | |
|     <meta name="description" content="" />
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1" />
 | |
|     <link rel="icon" href="Assets/img/telecom-favicon.ico" type="image/gif" sizes="16x16">
 | |
| 
 | |
|     <link href="css/thirdparty/bootstrap.min.css" rel="stylesheet" />
 | |
|     <link rel="stylesheet" type="text/css" href="css/style.css" />
 | |
|     <link href="css/thirdparty/font-awesome.css" rel="stylesheet" />
 | |
| 
 | |
|     <link href="css/thirdparty/roboto-css.css" rel="stylesheet" />
 | |
|     <link href="css/thirdparty/oswald-css.css" rel="stylesheet" />
 | |
|     <script src="js/thirdparty/popper.min.js"></script>
 | |
|     <script src="js/thirdparty/bootstrap.min.js"></script>
 | |
| </head>
 | |
| 
 | |
| <body class="back-body background_img">
 | |
|     <div class="main-content">
 | |
|         <h3 class="head">
 | |
|             <img src="./Assets/img/Logo icon.svg" class="w-50px" /> GNPy Optical network
 | |
|             planning tool
 | |
|         </h3>
 | |
|         <div class="container card-main mt-0">
 | |
|             <div class="row m-2">
 | |
|                 <div class="col-md-6 col-12 col-sm-12 col-lg-6 col-xl-6">
 | |
|                     <p class="help-head">Take A Tour</p>
 | |
|                 </div>
 | |
|                 <div class="col-md-6 col-12 col-sm-12 col-lg-6 col-xl-6">
 | |
|                     <a href="homepage.html" class="help-close">Close</a>
 | |
|                 </div>
 | |
|                 <iframe src="https://telecominfraproject.com/" style="border:none; height: calc(100vh - 205px);" title="Iframe Example" width="100%"></iframe>
 | |
|                 <!-- <p class="help-p">
 | |
|                   But I must explain to you how all this mistaken idea of denouncing
 | |
|                   pleasure and praising pain was born and I will give you a complete
 | |
|                   account of the system.
 | |
|                 </p> -->
 | |
|             </div>
 | |
|         </div>
 | |
| 
 | |
|         <div class="footer">
 | |
|             <p class="m-0">Powered by Vayu Group and Telecom Infra Project</p>
 | |
|             <p class="m-0">Privacy</p>
 | |
|         </div>
 | |
|     </div>
 | |
| </body>
 | |
| </html> | 
