25 lines
		
	
	
		
			869 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			25 lines
		
	
	
		
			869 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|   | {% load static %} | ||
|  | <!DOCTYPE html> | ||
|  | <html lang="en"> | ||
|  | 	<head> | ||
|  | 		<link rel="stylesheet" href="{% static '/assets/uni.84a168a0.css' %}"> | ||
|  | 
 | ||
|  | 		<meta charset="UTF-8" /> | ||
|  | 		<script> | ||
|  | 			var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || | ||
|  | 				CSS.supports('top: constant(a)')) | ||
|  | 			document.write( | ||
|  | 				'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + | ||
|  | 				(coverSupport ? ', viewport-fit=cover' : '') + '" />') | ||
|  | 		</script> | ||
|  | 		<title>开通会员</title> | ||
|  | 		<!--preload-links--> | ||
|  | 		<!--app-context--> | ||
|  | 		<script type="module" crossorigin src="{% static '/assets/index-D_BOrJzn.js' %}"></script> | ||
|  | 		<link rel="stylesheet" crossorigin href="{% static '/assets/index-JxrtRQbo.css' %}"> | ||
|  | 	</head> | ||
|  | 	<body> | ||
|  | 		<div id="app"><!--app-html--></div> | ||
|  | 
 | ||
|  | 	</body> | ||
|  | </html> |