jumpserver/apps/templates/500.html

10 lines
180 B
Python
Raw Normal View History

2019-03-05 11:47:14 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Server error</title>
</head>
<body>
<h1>Server error occur, contact administrator</h1>
</body>
</html>