summaryrefslogtreecommitdiff
path: root/src/web/_views/_template/error.php
blob: 2e02cb17ef837ecbfb3130c41f0a5276b41a9ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
	<head>
		<title><?=$code . ' - ' . $msg?></title>
	</head>
	<body>
		<center>
			<h1><?=$code . ' ' . $msg?></h1>
		</center>
		<hr>
	</body>
</html>