Frontend x)
This commit is contained in:
parent
d64b9ce20d
commit
a3a195b26b
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
<meta name="description" content="f0ck you">
|
<meta name="description" content="f0ck you">
|
||||||
<meta name="author" content="Abu Ottermann, Flummi Mc Doggerstein">
|
<meta name="author" content="Abu Ottermann, Flummi Mc Doggerstein">
|
||||||
<title>f0ck!</title>
|
<title>f0ck!</title>
|
||||||
|
@ -10,21 +10,35 @@
|
||||||
<link rel="stylesheet" type="text/css" href="/css/f0ck.css">
|
<link rel="stylesheet" type="text/css" href="/css/f0ck.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="nav">
|
<div id="header">
|
||||||
<img class="logo" src="/img/f0ck_logo.png"></img>
|
<h1 id="logoHead"><a href="/"><img id="logo" src="/img/f0ck_logo.png"></a></h1>
|
||||||
<button class="help">Help</button>
|
<div id="pagePosition"></div>
|
||||||
<button class="random">Random</button>
|
<div id="itemPosition"></div>
|
||||||
<button class="contact">Contact</button>
|
<div id="itemInfo">
|
||||||
|
<div class="infoText">
|
||||||
|
<span id="itemTitle">blah</span> //
|
||||||
|
<a id="itemSource" href=""></a>
|
||||||
|
</div>
|
||||||
|
<div class="infoText">
|
||||||
|
<span id="itemTime" time=""></span> by
|
||||||
|
<span id="itemNick">blah</span> on
|
||||||
|
<a id="itemChannel">#f0ck</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="wrapper" class="content">
|
||||||
|
<div class="pscroll" id="up"></div>
|
||||||
|
<div id="posts_1" class="posts"></div>
|
||||||
|
<div id="posts" class="posts"></div>
|
||||||
|
<div id="posts_2" class="posts"></div>
|
||||||
|
<div class="pscroll" id="down"></div>
|
||||||
|
</div>
|
||||||
|
<div id="itemview" class="content">
|
||||||
|
|
||||||
</div>
|
</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>
|
<footer>
|
||||||
<section class="credits">Made with 666 souls in mind, 2 liters of fresh virgin blood and a dozen cans of dog food</section>
|
<section class="credits">Made with 666 souls in mind and 2 liters of fresh virgin blood</section>
|
||||||
</footer>
|
</footer>
|
||||||
<div style="background-color: #fff; color: #000; white-space: pre; position: fixed; bottom: 0; right: 0">{{debug}}</div>
|
<script src="/js/f0ck.js" type="module" defer></script>
|
||||||
<script src="/js/f0ck.js" defer></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user