aboutsummaryrefslogtreecommitdiff
path: root/templates/unknown_user.html
blob: c47296645541e31012a39d0f9f25f2000542c91f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>Unknown Question Board User</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>Unknown question Board User</h1>

		<p>I cannot find the question board for the username ``<code>{{faulty_username}}</code>''. Are you sure that you have the right URL? <a href="/">Here's a list of public question boards which may help...</a></p>

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