29 lines
		
	
	
		
			510 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			510 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta charset="utf-8">
 | |
|     <meta name="viewport" content="width=device-width,initial-scale=1.0">
 | |
|     <title>daleen</title>
 | |
| <style>
 | |
| #pagestyle {
 | |
|   border: 0px;
 | |
|   padding 0px;
 | |
|   margin: 0px;
 | |
|   background: #aaa;
 | |
| }
 | |
| #appstyle {
 | |
|   position: fixed;
 | |
|   top: 50%;
 | |
|   left: 50%;
 | |
|   transform: translate(-50%, -50%)
 | |
| }
 | |
| </style>
 | |
|   </head>
 | |
|   <body id="pagestyle">
 | |
|     <div id="appstyle">
 | |
|       <div id="app"></div>
 | |
|     </div>
 | |
|     <!-- built files will be auto injected -->
 | |
|   </body>
 | |
| </html>
 |