stuff lol
This commit is contained in:
29
views/index.html.tpl
Normal file
29
views/index.html.tpl
Normal file
@ -0,0 +1,29 @@
|
||||
<!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>
|
Reference in New Issue
Block a user