From 553bfa1e8d2d9ac3a7ac202065e7adea1fe3142d Mon Sep 17 00:00:00 2001 From: clsr Date: Fri, 11 Nov 2016 17:35:39 +0100 Subject: Initial commit; forked from installgen2/Flup --- pages/about.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 pages/about.html (limited to 'pages/about.html') diff --git a/pages/about.html b/pages/about.html new file mode 100644 index 0000000..3e865c9 --- /dev/null +++ b/pages/about.html @@ -0,0 +1,45 @@ + + + + + {{ .SiteName }} - About + + + + + + + + + + + + + + + + + + + + + + + + + + + +

About

+ +

{{ .SiteName }} is a simple file uploading website, written from scratch in Go using net/http and the file system. It has some cool unique features, and it's cyb as fuck.

+ +

The source code is available at git.clsr.net/gomf, it's slightly less shit than the PHP pomf. All the technical details of the software are available there too.

+ +

If you have found a file which you believe should be removed, please email me at {{ .Abuse }}. Please note I will not remove any files unless I am obligated to, for legal reasons, to remain off blacklists, or because I am required to by my hosting providers. A full list of removed files and their reasons will be available on /deletion_log.html.

+ + + + + + -- cgit