31 lines
		
	
	
		
			806 B
		
	
	
	
		
			HTML
		
	
	
		
		
			
		
	
	
			31 lines
		
	
	
		
			806 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>用户控制台</title>
							 | 
						||
| 
								 | 
							
								  <link rel="stylesheet" href="/static/loading.css">
							 | 
						||
| 
								 | 
							
								</head>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<body id="cmp">
							 | 
						||
| 
								 | 
							
								  <noscript>
							 | 
						||
| 
								 | 
							
								    <strong>We're sorry but csc-web doesn't work properly without JavaScript enabled. Please enable it to
							 | 
						||
| 
								 | 
							
								      continue.</strong>
							 | 
						||
| 
								 | 
							
								  </noscript>
							 | 
						||
| 
								 | 
							
								  <div class="loading">
							 | 
						||
| 
								 | 
							
								    <div class="loader-inner line-scale-pulse-out-rapid">
							 | 
						||
| 
								 | 
							
								      <div></div>
							 | 
						||
| 
								 | 
							
								      <div></div>
							 | 
						||
| 
								 | 
							
								      <div></div>
							 | 
						||
| 
								 | 
							
								      <div></div>
							 | 
						||
| 
								 | 
							
								      <div></div>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								  </div>
							 | 
						||
| 
								 | 
							
								  <div id="app"></div>
							 | 
						||
| 
								 | 
							
								  <script type="text/javascript" src="/static/config.js"></script>
							 | 
						||
| 
								 | 
							
								  <!-- built files will be auto injected -->
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								</html>
							 |