Files
trivia/trivia/templates/error.html

10 lines
141 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Error - {{ errorcode }}</title>
</head>
<body>
</body>
</html>