From a7edbe5e5cd752166f4f5c1566dcf812bfbbb3fd Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 19 Jan 2021 20:46:05 -0600 Subject: [PATCH] Add an about page --- about/index.php | 24 ++++++++++++++++++++++++ src/common-header.php | 1 + 2 files changed, 25 insertions(+) create mode 100644 about/index.php diff --git a/about/index.php b/about/index.php new file mode 100644 index 0000000..af26259 --- /dev/null +++ b/about/index.php @@ -0,0 +1,24 @@ + + + + + About - Desu, Ltd. + + + +
+
+

About desu.ltd

+

desu.ltd is free and open-source software (to the degree that these documents can be considered software). It hosts its own source under a git repo at git.desu.ltd/salt/desultd.

+

While the repo may say different, if you're reading this text, you can use any content within this site that I hold rights to under the terms of the Creative Commons CC0 license. I really don't give a shit.

+

Contact Information

+

You can contact me using the email address I use for my commits. You can also get ahold of me over these applications: +

    +
  • Matrix: @salt:9iron.club
  • +
  • Fedi: @salt@cowfee.moe
  • +
+
+
+ + + diff --git a/src/common-header.php b/src/common-header.php index aa42c10..cb077a3 100644 --- a/src/common-header.php +++ b/src/common-header.php @@ -10,6 +10,7 @@