20 lines
		
	
	
		
			564 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			564 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
    <meta charset="utf-8">
 | 
						|
    <title>成功信息</title>
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" />
 | 
						|
	<meta name="apple-mobile-web-app-capable" content="yes" />
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
 | 
						|
 | 
						|
<div style="margin-left:10%;margin-top:5%;">
 | 
						|
    <div style="margin-bottom:20px;"><img src="{coredir}/template/face01.png" height="120"></div>
 | 
						|
    <div style="font-size:20px;">{info} <span id="time" style="font-size:18px;"></span></div>
 | 
						|
</div>
 | 
						|
 | 
						|
{js}
 | 
						|
 | 
						|
</body>
 | 
						|
</html> |