modified: s/contact.tpl.html

modified:   s/how.tpl.html
	modified:   s/index.tpl.html
	modified:   s/style.css
	modified:   src/main.js
This commit is contained in:
Flummi 2016-08-16 18:08:55 +02:00
parent f9cc03e805
commit e4481b65cc
5 changed files with 20 additions and 3 deletions

View File

@ -0,0 +1,14 @@
<html>
<head>
<title>f0ck! I need contact!</title>
<link rel="stylesheet" type="text/css" href="./s/style.css" />
<link rel="icon" type="image/gif" href="./s/favicon.gif" />
</head>
<body>
<div class="contact">
<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>
<a href="/">return to main</a>
</div>
</body>
</html>

View File

@ -21,7 +21,7 @@
<li>Do not spread content, that is at the moment illegal at the hosting country, or your country.</li> <li>Do not spread content, that is at the moment illegal at the hosting country, or your country.</li>
<li>Don't be an asshole, no butthurt allowed beyond this line ^-^</li> <li>Don't be an asshole, no butthurt allowed beyond this line ^-^</li>
</ol> </ol>
<h4>how to f0ck you ask?</h4> <h4>how the f0ck to f0ck, you ask?</h4>
<p>f0ck will f0ck any media link posted in the channel ending with: jpg|gif|png|webm|mp3|mp4</p> <p>f0ck will f0ck any media link posted in the channel ending with: jpg|gif|png|webm|mp3|mp4</p>
<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>

View File

@ -6,7 +6,7 @@
<link rel="icon" type="image/gif" href="./s/favicon.gif" /> <link rel="icon" type="image/gif" href="./s/favicon.gif" />
</head> </head>
<body> <body>
<div class="navbar"><a href="/">f0ck.me</a> | <a href="/how" target="_blank">how to</a> | <a href="/contact" target="_blank">Contact</a></div><br /> <div class="navbar"><a href="/">f0ck.me</a> | <a href="/how">how to</a> | <a href="/contact">Contact</a></div><br />
{% for item in items %}<div class="mrhankyisteinneger"><a href="./{{ item }}"><img src="./t/{{ item }}.png" /></a></div> {% for item in items %}<div class="mrhankyisteinneger"><a href="./{{ item }}"><img src="./t/{{ item }}.png" /></a></div>
{% endfor %} {% endfor %}
</html> </html>

View File

@ -48,4 +48,7 @@ a:hover {
} }
.irc { .irc {
margin: 20px; margin: 20px;
}
code {
color: #9df943;
} }

View File

@ -284,7 +284,7 @@ http.createServer((req, res) => {
if(error) { if(error) {
if(error.code == 'ENOENT') { if(error.code == 'ENOENT') {
res.writeHead(200, { 'Content-Type': contentType }); res.writeHead(200, { 'Content-Type': contentType });
res.end('404 - file not found', 'utf-8'); res.end('404 - f0ck you', 'utf-8');
} }
else { else {
res.writeHead(500); res.writeHead(500);