36 lines
1.0 KiB
HTML
36 lines
1.0 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 class="textcenter">
|
|
<a href="/about">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</p>
|
|
</div>
|
|
<div id="appGrid" class="appGrid">
|
|
<a class="featuredApp" src="/"><img></a>
|
|
</div>
|
|
<script src="static/js/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|