25 lines
		
	
	
		
			650 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			650 B
		
	
	
	
		
			HTML
		
	
	
	
| <!doctype html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta http-equiv="content-type" content="text/html;charset=utf-8" />
 | |
|     <link rel="shortcut icon" href="#" />
 | |
|     {{block 'css'}}{{/block}}
 | |
|     <style>
 | |
|       .head_box {
 | |
|         background-image: url('{{_miao_path}}{{headImg}}');
 | |
|         background-position: right;
 | |
|         background-size: auto 100%;
 | |
|         background-repeat: no-repeat;
 | |
|         border-radius: 15px 50px 50px 15px;
 | |
|       }
 | |
|     </style>
 | |
|   </head>
 | |
| 
 | |
|   <body class="body_box">
 | |
|     <div class="container" id="container">
 | |
|       {{block 'main'}}{{/block}}
 | |
|       <div class="logo">Created By {{yzName}} {{yzVersion}}</div>
 | |
|     </div>
 | |
|   </body>
 | |
| </html>
 |