mirror of
				https://github.com/kongyuebin1/dongfeng-pay.git
				synced 2025-10-30 01:57:32 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
| <meta charset="utf-8">
 | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
| <title>商户后台</title>
 | |
| 
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 | |
| 
 | |
| <!-- Bootstrap CSS-->
 | |
| <link rel="stylesheet" href="../../static/vendor/bootstrap-3.3.7/css/bootstrap.css">
 | |
| <link rel="stylesheet" href="../../static/vendor/bootstrap/css/bootstrap.min.css">
 | |
| <!-- Font Awesome CSS-->
 | |
| <link rel="stylesheet" href="../../static/vendor/font-awesome/css/font-awesome.min.css">
 | |
| <!-- Fontastic Custom icon font-->
 | |
| <link rel="stylesheet" href="../../static/css/fontastic.css">
 | |
| <!-- Google fonts - Poppins -->
 | |
| <link rel="stylesheet" href="../../static/css/style.font.css">
 | |
| <!-- theme stylesheet-->
 | |
| <link rel="stylesheet" href="../../static/css/style.blue.css" id="theme-stylesheet">
 | |
| <!-- Custom stylesheet - for your changes-->
 | |
| <link rel="stylesheet" href="../../static/css/custom.css">
 | |
| <!-- Favicon-->
 | |
| <link rel="shortcut icon" href="../../static/img/icon.ico" type="image/x-icon"/>
 | |
| 
 | |
| <link href="../../static/vendor/toastr-2.1.4-7/toastr.min.css" rel="stylesheet">
 | |
| <link href="../../static/vendor/bootstrap-datetimepicker/css/datetimepicker.css" rel="stylesheet">
 | |
| 
 | |
| <!-- Tweaks for older IEs--><!--[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]--> |