This repository has been archived on 2024-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
burgerstore/index.html

43 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Burgerstore</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="static/css/style.css" />
</head>
<body>
<div class="menuBar">
<a href="/" class="w900">burgerstore</a>
<div class="textcenter">
<a href="/publish">Publish</a>
</div>
</div>
<noscript>
<p style="width: 100%; background-color: #fffaa0; margin: 0; height: 30px;">This page might require JavaScript
to work properly</h1>
</noscript>
<br>
<div class="introductionDiv">
<h1 class="w700">Burgerstore</h1>
<p>The everything App Store</p>
</div>
<div id="appGrid" class="appGrid">
<a class="featuredApp" src="/"><img></a>
<div id="iOSAppInfo" class="hidden">
<h3>Featured apps for your device</h3>
<a href="https://altstore.io/">AltStore</a> is required in order to install apps on iOS</p>
</div>
<div id="unknownAppInfo" class="hidden">
<h3>No apps are available for your device</h3>
<p>Supported operating systems include: Linux and iOS</p>
</div>
<script src="static/js/main.js"></script>
</body>
</html>