modified: public/css/f0ck.css
new file: public/js/f0ck.js modified: src/inc/routes/api.mjs modified: src/inc/routes/index.mjs modified: src/websrv.mjs modified: views/index.html.tpl
This commit is contained in:
@ -17,13 +17,14 @@
|
||||
<button class="contact">Contact</button>
|
||||
</div>
|
||||
<main class="f0ckgrid" id="posts">
|
||||
{{#each items}}
|
||||
<!--#each items}}
|
||||
<a href="/{{id}}" title="{{mime}}"><img class="thumb" src="//f0ck.me/t/{{id}}.png" /></a>
|
||||
{{/each}}
|
||||
/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>-->
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user