mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 03:16:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			463 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			463 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| <head>
 | |
|     <title>Pterodactyl Dev</title>
 | |
| 
 | |
|     <meta charset="utf-8">
 | |
|     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
|     <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
 | |
| </head>
 | |
| <body>
 | |
| <div id="pterodactyl">
 | |
|     <router-view></router-view>
 | |
|     <div class="w-full m-auto mt-0 container">
 | |
|         <p class="text-right text-neutral-600 text-xs">
 | |
|         </p>
 | |
|     </div>
 | |
| </div>
 | |
| </body>
 | |
| </html>
 | 
