You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							19 lines
						
					
					
						
							571 B
						
					
					
				
			
		
		
	
	
							19 lines
						
					
					
						
							571 B
						
					
					
				<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <title>Potato Launcher</title>
 | 
						|
    <link rel="stylesheet" href="css/styles.css">
 | 
						|
    <meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline'; img-src data: 'self';">
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <div class="potato-main">
 | 
						|
        <div class="container-full p-top-4">
 | 
						|
            <potato-apps-view></potato-apps-view>
 | 
						|
            <tiny-notification></tiny-notification>
 | 
						|
            <tiny-confirm></tiny-confirm>
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
    <script src="js/app.js"></script>
 | 
						|
</body>
 | 
						|
</html> |