diff --git a/s/contact.tpl.html b/s/contact.tpl.html index e69de29..5f42711 100644 --- a/s/contact.tpl.html +++ b/s/contact.tpl.html @@ -0,0 +1,14 @@ + + + f0ck! I need contact! + + + + +
+

This is a side project of w0bm.com

+

Got a problem? We have the answer: admin@w0bm.com

+ return to main +
+ + \ No newline at end of file diff --git a/s/how.tpl.html b/s/how.tpl.html index 1840846..df841ff 100644 --- a/s/how.tpl.html +++ b/s/how.tpl.html @@ -21,7 +21,7 @@
  • Do not spread content, that is at the moment illegal at the hosting country, or your country.
  • Don't be an asshole, no butthurt allowed beyond this line ^-^
  • -

    how to f0ck you ask?

    +

    how the f0ck to f0ck, you ask?

    f0ck will f0ck any media link posted in the channel ending with: jpg|gif|png|webm|mp3|mp4

    If you don't want f0ck to f0ck it put !ignore behind your link. Example: https://retard-journal.com/stupidshit.png !ignore

    f0ck will only f0ck media links with the maximum size of 30MB

    diff --git a/s/index.tpl.html b/s/index.tpl.html index 0e3c798..c45c454 100644 --- a/s/index.tpl.html +++ b/s/index.tpl.html @@ -6,7 +6,7 @@ -
    +
    {% for item in items %}
    {% endfor %} diff --git a/s/style.css b/s/style.css index fb54f8b..17c458a 100644 --- a/s/style.css +++ b/s/style.css @@ -48,4 +48,7 @@ a:hover { } .irc { margin: 20px; +} +code { + color: #9df943; } \ No newline at end of file diff --git a/src/main.js b/src/main.js index 9561f08..eba8aeb 100644 --- a/src/main.js +++ b/src/main.js @@ -284,7 +284,7 @@ http.createServer((req, res) => { if(error) { if(error.code == 'ENOENT') { res.writeHead(200, { 'Content-Type': contentType }); - res.end('404 - file not found', 'utf-8'); + res.end('404 - f0ck you', 'utf-8'); } else { res.writeHead(500);