44 lines
1.7 KiB
HTML
44 lines
1.7 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>-->
|
|
<br>
|
|
<div class="introductionDiv">
|
|
<h1 class="w900">burgerstore</h1>
|
|
<p>The everything App Store: download your favourite apps for Linux and iOS.</p>
|
|
</div>
|
|
<div class="appGrid">
|
|
<a class="featuredApp" src="/"><img></a>
|
|
<h3>Featured apps</h3>
|
|
<div class="app">
|
|
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.tasteofhome.com%2Fwp-content%2Fuploads%2F2018%2F01%2Fexps28800_UG143377D12_18_1b_RMS.jpg&f=1&nofb=1&ipt=f3b2426d84aeb87ceaab0e5a3f7aa0ffdb9cc8fa13a076b237dbf54c7083d1eb&ipo=images">
|
|
<p class="title">Burgernotes</p><br>
|
|
<p class="w300">author, license, ios</p>
|
|
<button>Get</button>
|
|
</div>
|
|
<div class="app">
|
|
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.tasteofhome.com%2Fwp-content%2Fuploads%2F2018%2F01%2Fexps28800_UG143377D12_18_1b_RMS.jpg&f=1&nofb=1&ipt=f3b2426d84aeb87ceaab0e5a3f7aa0ffdb9cc8fa13a076b237dbf54c7083d1eb&ipo=images">
|
|
<p class="title">Burgernotes</p><br>
|
|
<p class="w300">author, license, linux</p>
|
|
<button>Get</button>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |