You've already forked factorio-server-manager
							
							
				mirror of
				https://github.com/OpenFactorioServerManager/factorio-server-manager.git
				synced 2025-10-31 00:08:09 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
|     <title>Factorio Server Manager</title>
 | |
|     <!-- Tell the browser to be responsive to screen width -->
 | |
|     <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
 | |
|     <!-- Bootstrap 3.3.6 -->
 | |
|     <link rel="stylesheet" href="dist/bootstrap/css/bootstrap.min.css">
 | |
|     <!-- Font Awesome -->
 | |
|     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
 | |
|     <!-- Ionicons -->
 | |
|     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
 | |
|     <!-- Theme style -->
 | |
|     <link rel="stylesheet" href="./dist/dist/css/AdminLTE.css">
 | |
|     <!-- AdminLTE Skins. -->
 | |
|     <link rel="stylesheet" href="./dist/dist/css/skins/skin-blue.css">
 | |
| 
 | |
|     <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
 | |
|     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 | |
|     <!--[if lt IE 9]>
 | |
|     <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
 | |
|     <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | |
|     <![endif]-->
 | |
|   </head>
 | |
|   <body class="hold-transition skin-blue sidebar-mini">
 | |
| 
 | |
|     <div id="app"></div>
 | |
| 
 | |
|     <!-- jQuery 2.2.0 -->
 | |
|     <script src="./dist/plugins/jQuery/jQuery-2.2.0.min.js"></script>
 | |
|     <!-- Bootstrap 3.3.6 -->
 | |
|     <script src="./dist/bootstrap/js/bootstrap.min.js"></script>
 | |
|     <!-- AdminLTE App -->
 | |
|     <script src="./dist/dist/js/app.min.js"></script>
 | |
|     <!-- Main application -->
 | |
|     <script src="bundle.js"></script>
 | |
|   </body>
 | |
| </html>
 |