tpl to hbs

This commit is contained in:
Flummi
2019-04-26 04:24:57 +00:00
parent 621dccb672
commit 6f6f3c8481
3 changed files with 2 additions and 2 deletions

30
views/index.hbs Normal file
View File

@@ -0,0 +1,30 @@
<!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, 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>
</body>
</html>