aboutsummaryrefslogtreecommitdiff
path: root/template/error.template
blob: 804d4399fe223afe8e27fca492e0a45af9a0b362 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>This is fine.</title>
</head>
<body>
<h1>@ERROR_STATUS@. This is fine.</h1>
</body>
</html>