f0ckv2/views/index.html.tpl

30 lines
1.0 KiB
HTML
Raw Normal View History

2019-04-25 19:25:38 +00:00
<!doctype inf0ckted>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="f0ck you">
<meta name="author" content="Abu Ottermann, Flummi Mc Doggerstein">
<title>f0ck!</title>
<link rel="stylesheet" type="text/css" href="/css/milligram.min.css">
<link rel="stylesheet" type="text/css" href="/css/f0ck.css">
</head>
<body>
<div class="nav">
<img class="logo" src="/img/f0ck_logo.png"></img>
<button class="help">Help</button>
<button class="random">Random</button>
<button class="contact">Contact</button>
</div>
<main class="f0ckgrid" id="posts">
{{#each items}}
<a href="/{{id}}" title="{{mime}}"><img class="thumb" src="//f0ck.me/t/{{id}}.png" /></a>
{{/each}}
</main>
<footer>
<section class="credits">Made with 666 souls in mind and 2 liters of fresh virgin blood</section>
</footer>
<!--<script src="f0ck.js"></script>-->
</body>
</html>