aboutsummaryrefslogtreecommitdiff
path: root/templates/qboard.html
blob: 25c71fc9d263c4ca9fad228dc68b877e6bc03632 (plain) (blame)
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
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>{{username}}'s Question Board</title>
		<link rel="stylesheet" href="https://www.andrewyu.org/plain.css" />
		<link rel="shortcut icon" href="https://www.andrewyu.org/favicon.ico" type="image/x-icon" />
		<meta charset="utf-8" />
	</head>
	<body>
		<h1 style="margin-bottom: 0ex;">{{username}}'s Question Board</h1>
		<a href="/">See all public question boards on this server</a>
		<br />
		<br />

		<form method="POST" enctype="multipart/form-data">
			Use this form to submit a new message...<br />
			<textarea rows="10" cols="70" name="text" placeholder="What do you want to say to me or ask me?"></textarea><br />
			By submitting an HTTP POST request to this URL, for example by pressing ``Submit'' below, you promise that you wrote the text submitted in the text box above, you waive all copyright and related rights to the text to the extent permitted by applicable law, and you agree that the may be publicly displayed and commented upon on this Website.<br />Do not use this to conduct illegal activities, including malicious attempts to hijack the server or similar misuse.  Please report potential vulnerabilities responsibly by <a href="https://www.andrewyu.org/contact.html">contacting</a> <a href="https://www.andrewyu.org/">the server administrator</a> privately</a>.<br />
			<input type="submit" value="Submit"/ >
		</form>

		<h2>Previous Questions</h2>
		{{pq}}

		<div id="footer">
			<hr />
			<p>
			The server software behind this question board is <b>qbox</b>, a simple HTML-form question board server, licensed under <a href="https://git.andrewyu.org/andrew/qbox.git/plain/COPYING">version 3 of the GNU Affero General Public License</a>.  You may find its source code at <a href="https://git.andrewyu.org/andrew/qbox.git/">https://git.andrewyu.org/andrew/qbox.git/</a>.
			</p>
		</div>
	</body>
</html>