<!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>