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

36 lines
1.2 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">
<p class="w900">burgerstore</p>
<div class="linkCon">
<a href="publish.html">Publish</a>
<a href="about.html">About</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: download your favourite apps for Linux and iOS.</p>
</div>
<div id="appGrid" class="appGrid">
<a class="featuredApp" src="/"><img></a>
<h3>iOS apps</h3>
<a href="https://altstore.io/">AltStore</a> is required in order to install apps</p>
</div>
<script src="static/js/main.js"></script>
</body>
</html>