summaryrefslogtreecommitdiff
path: root/site/404.html
blob: 5efbee61e6573b3e5cdba670f883658134f84201 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta content="width=device-width,initial-scale=1" name="viewport">
	<title>Page not found</title>
	<link rel="icon" href="data:,"><!--TODO-->
</head>
<body>
	<h3>Page not found</h3>
	<p><a href="/index.html">Main page</a></p>
</body>
</html>