From 0b720d998d15dfddd536ec7da2b498f387017087 Mon Sep 17 00:00:00 2001 From: Flummi Date: Mon, 1 Mar 2021 22:46:06 +0100 Subject: [PATCH] changing how to about --- src/inc/routes/index.mjs | 2 +- views/about.html | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 views/about.html diff --git a/src/inc/routes/index.mjs b/src/inc/routes/index.mjs index fc586ad..9b58464 100644 --- a/src/inc/routes/index.mjs +++ b/src/inc/routes/index.mjs @@ -49,7 +49,7 @@ router.get(/^\/([0-9]+)$/, async (req, res) => { res.reply({ body: tpl.render("views/item", data) }); }); -router.get(/^\/(contact|help|how)$/, (req, res) => { +router.get(/^\/(contact|help|about)$/, (req, res) => { res.reply({ body: tpl.render(`views/${req.url.split[0]}`) }); }); diff --git a/views/about.html b/views/about.html new file mode 100644 index 0000000..b84d14e --- /dev/null +++ b/views/about.html @@ -0,0 +1,40 @@ +{{include main/header}} +
+
+

irc.n0xy.net +6697 (ssl only) #f0ck

+

More information: n0xy.net

+ +

Constitution:

+
    +
  • § 1 The dignity of the IRCd is inviolable.
  • +
  • § 2 The distribution of Child Pornography is strictly prohibited in any of our networks and will lead to an immediate ban.
  • +
  • § 3 Do not attack users in this network in any way, shape, or form.
  • +
  • § 4 Do not transmit any personal/financial information without permission.
  • +
  • § 5 Do not share any malware on this network.
  • +
+

#f0ck specific don'ts:

+
    +
  • Animal cruelty is forbidden and will lead to an immediate ban
  • +
  • All kinds of terrorist shit, we dont want any of it, f0ck off k?
  • +
  • Snuff/Beastiality is not welcome here
  • +
  • pictures of you grandmas furburger also might be too hardcore for us
  • +
+

What the f0ck is a f0ck?

+

A f0ck is basically giving a fuck about some internet bullshit, like stupid images, videos and so on, but also + for great things like good music taste and shit, it's basically "a f0ck was given" and f0ck and it's users gave + a lot of f0cks over the past years, it's not hard to finally start giving a damn f0ck about something, just + f0ck.it dood!

+

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|ogg|flac

+

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 40MB for cool people ??MB

+

Alternative domains

+

f0ck onions and moons, but fockulite!

+

http://fockmoonsb24iczs7odozzy5uktlzbcgp337nabrgffzxv5ihabgpvyd.onion

+

http://fockulite74atso2xsxxw6q2gzqrgck572tiwvkyf5vdxictjn2vmlyd.onion

+
+
+{{include main/footer}}