Merge branch 'f0ckdev' into 'master'
F0ckdev belst ist ein schwuli und jetzt sehen die how to und contact seite auch noch gut aus :3 See merge request !21
This commit is contained in:
commit
70d60c58c4
@ -8,7 +8,8 @@
|
|||||||
<div class="contact">
|
<div class="contact">
|
||||||
<h4>This is a side project of <a href="https://w0bm.com" target="_blank">w0bm.com</a></h4>
|
<h4>This is a side project of <a href="https://w0bm.com" target="_blank">w0bm.com</a></h4>
|
||||||
<p>Got a problem? We have the answer: <a href="mailto:admin@w0bm.com">admin@w0bm.com</a></p>
|
<p>Got a problem? We have the answer: <a href="mailto:admin@w0bm.com">admin@w0bm.com</a></p>
|
||||||
<a href="/">return to main</a>
|
<a href="/">return to main</a> <span id="themes"></span>
|
||||||
</div>
|
</div>
|
||||||
|
<script src="./s/theme.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -26,7 +26,8 @@
|
|||||||
<p>If you don't want f0ck to f0ck it put !ignore behind your link. Example: https://retard-journal.com/stupidshit.png !ignore</a>
|
<p>If you don't want f0ck to f0ck it put !ignore behind your link. Example: https://retard-journal.com/stupidshit.png !ignore</a>
|
||||||
<p>f0ck will only f0ck media links with the maximum size of 30MB</p>
|
<p>f0ck will only f0ck media links with the maximum size of 30MB</p>
|
||||||
<p>Don't let f0ck f0ck childporn :( ... please</p>
|
<p>Don't let f0ck f0ck childporn :( ... please</p>
|
||||||
<a href="/">return to main</a>
|
<a href="/">return to main</a> <span id="themes"></span>
|
||||||
</div>
|
</div>
|
||||||
|
<script src="./s/theme.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="./s/style.css">
|
<link rel="stylesheet" type="text/css" href="./s/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="navbar"><a href="/">f0ck.me</a> | <a href="/how">how to</a> | <a href="/contact">Contact</a>| <span id="themes"></span></div>
|
<div class="navbar"><a href="/">f0ck.me</a> | <a href="/how">how to</a> | <a href="/contact">Contact</a> | <span id="themes"></span></div>
|
||||||
<ul id="posts" data-last="{{ last }}">
|
<ul id="posts" data-last="{{ last }}">
|
||||||
{% for item in items %}<li class="post"><a href="./{{ item.id }}" title="{{ item.mime }}"><img class="thumb" src="./t/{{ item.id }}.png" /></a></li>
|
{% for item in items %}<li class="post"><a href="./{{ item.id }}" title="{{ item.mime }}"><img class="thumb" src="./t/{{ item.id }}.png" /></a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -39,6 +39,10 @@ a#holland {
|
|||||||
color: #ff008d;
|
color: #ff008d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
color: #ff008d;
|
||||||
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
background-color: rgba(34, 34, 34, 0.61);
|
background-color: rgba(34, 34, 34, 0.61);
|
||||||
@ -50,4 +54,4 @@ a#holland {
|
|||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user