jumpserver/apps/templates/404.html

10 lines
145 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>Not found</title>
</head>
<body>
<h1>Not found</h1>
</body>
</html>