10 lines
156 B
HTML
10 lines
156 B
HTML
<html>
|
|
<head>
|
|
<title>500</title>
|
|
</head>
|
|
<body>
|
|
<h1>500 Internal Server Error</h1>
|
|
<p>There was an error in django. Oops! We're sorry</p>
|
|
</body>
|
|
</html>
|