f0ckv2/views/index.hbs

31 lines
1.2 KiB
Handlebars
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}}
2019-04-25 19:25:38 +00:00
<a href="/{{id}}" title="{{mime}}"><img class="thumb" src="//f0ck.me/t/{{id}}.png" /></a>
/each}}-->
2019-04-25 19:25:38 +00:00
</main>
<footer>
<section class="credits">Made with 666 souls in mind, 2 liters of fresh virgin blood and a dozen cans of dog food</section>
</footer>
<div style="background-color: #fff; color: #000; white-space: pre; position: fixed; bottom: 0; right: 0">{{debug}}</div>
<script src="/js/f0ck.js" defer></script>
2019-04-25 19:25:38 +00:00
</body>
</html>