summaryrefslogtreecommitdiffstats
path: root/pages/about.html
blob: 04732a3af1d127c5abfa0b41907673f2ade92480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>

<html>
	<head>
		<title>{{ .SiteName }} - About</title>
		<meta name=viewport content="width=device-width, initial-scale=1">

		<link rel="stylesheet" href="/static/style.css">

		<link rel="shortcut icon" href="/favicon.ico">
		<link rel="icon" sizes="16x16 32x32 64x64" href="/static/favicons/favicon.ico">
		<link rel="icon" type="image/png" sizes="196x196" href="/static/favicons/favicon-192.png">
		<link rel="icon" type="image/png" sizes="160x160" href="/static/favicons/favicon-160.png">
		<link rel="icon" type="image/png" sizes="96x96" href="/static/favicons/favicon-96.png">
		<link rel="icon" type="image/png" sizes="64x64" href="/static/favicons/favicon-64.png">
		<link rel="icon" type="image/png" sizes="32x32" href="/static/favicons/favicon-32.png">
		<link rel="icon" type="image/png" sizes="16x16" href="/static/favicons/favicon-16.png">
		<link rel="apple-touch-icon" href="/static/favicons/favicon-57.png">
		<link rel="apple-touch-icon" sizes="114x114" href="/static/favicons/favicon-114.png">
		<link rel="apple-touch-icon" sizes="72x72" href="/static/favicons/favicon-72.png">
		<link rel="apple-touch-icon" sizes="144x144" href="/static/favicons/favicon-144.png">
		<link rel="apple-touch-icon" sizes="60x60" href="/static/favicons/favicon-60.png">
		<link rel="apple-touch-icon" sizes="120x120" href="/static/favicons/favicon-120.png">
		<link rel="apple-touch-icon" sizes="76x76" href="/static/favicons/favicon-76.png">
		<link rel="apple-touch-icon" sizes="152x152" href="/static/favicons/favicon-152.png">
		<link rel="apple-touch-icon" sizes="180x180" href="/static/favicons/favicon-180.png">
		<meta name="msapplication-TileColor" content="#FFFFFF">
		<meta name="msapplication-TileImage" content="/favicon-144.png">
		<meta name="msapplication-config" content="/browserconfig.xml">
	</head>

	<body>
		<h1>About</h1>

		<p class="box">{{ .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.</p>

		<p class="box">The source code is available at <a href="https://git.clsr.net/gomf/about/">git.clsr.net/gomf</a>, it's slightly less shit than the PHP pomf. All the technical details of the software are available there too.</p>

		<p class="box">If you have found a file which you believe should be removed, please email me at <a href="mailto:{{ .Abuse }}">{{ .Abuse }}</a>. 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 <a href="/deletion_log.html">/deletion_log.html</a>.</p>

		<img src="/grill.php" id="anime">

		<script src="/static/script.js"></script>
	</body>
</html>