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.
17 lines
413 B
17 lines
413 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Potato Launcher</title>
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
</head>
|
|
<body>
|
|
<div class="potato-main">
|
|
<div class="container-full p-top-4">
|
|
<potato-apps-view></potato-apps-view>
|
|
<tiny-notification></tiny-notification>
|
|
</div>
|
|
</div>
|
|
<script src="js/app.js"></script>
|
|
</body>
|
|
</html> |