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.0 KiB
HTML
Raw Normal View History

2024-03-08 20:08:22 +00:00
<!DOCTYPE html>
2024-03-08 21:43:55 +00:00
<html>
2024-03-08 20:08:22 +00:00
<head>
2024-03-08 21:43:55 +00:00
<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" />
2024-03-08 20:08:22 +00:00
</head>
2024-03-08 21:43:55 +00:00
<body>
<div class="menuBar">
2024-03-09 11:12:11 +00:00
<a href="/" class="w900">burgerstore</a>
<div class="textcenter">
<a href="/publish">Publish</a>
2024-03-08 21:43:55 +00:00
</div>
2024-03-09 11:12:11 +00:00
<div class="textcenter">
<a href="/about">About</a>
</div>
</div>
2024-03-08 23:39:24 +00:00
<noscript><p style="width: 100%; background-color: #fffaa0; margin: 0; height: 30px;">This page might require JavaScript to work properly</h1></noscript>
2024-03-08 21:43:55 +00:00
<br>
<div class="introductionDiv">
2024-03-09 11:12:11 +00:00
<h1 class="w700">Burgerstore</h1>
<p>The everything App Store</p>
2024-03-08 21:43:55 +00:00
</div>
2024-03-08 23:39:24 +00:00
<div id="appGrid" class="appGrid">
2024-03-08 21:43:55 +00:00
<a class="featuredApp" src="/"><img></a>
2024-03-08 20:17:09 +00:00
</div>
2024-03-08 23:39:24 +00:00
<script src="static/js/main.js"></script>
2024-03-08 20:08:22 +00:00
</body>
2024-03-08 21:43:55 +00:00
2024-03-09 11:12:11 +00:00
</html>