diff --git a/jumpserver/views.py b/jumpserver/views.py
index 338ecea17..79da6075f 100644
--- a/jumpserver/views.py
+++ b/jumpserver/views.py
@@ -5,4 +5,4 @@ from django.shortcuts import render_to_response
def base(request):
- return render_to_response('base.html')
+ return render_to_response('base1.html')
diff --git a/static/css/style.css b/static/css/style.css
index 8a050dfa2..19d9aed53 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -4560,3 +4560,7 @@ body.skin-3 {
display: none;
}
}
+
+.red-fonts {
+ color: #ed5565;
+}
diff --git a/templates/404.html b/templates/404.html
new file mode 100644
index 000000000..7f5ec7a40
--- /dev/null
+++ b/templates/404.html
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
404
+
Page Not Found
+
+
+ Sorry, but the page you are looking for has note been found. Try checking the URL for error, then hit the refresh button on your browser or try found something else in our app.
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/templates/500.html b/templates/500.html
new file mode 100644
index 000000000..895e3fc18
--- /dev/null
+++ b/templates/500.html
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
500
+
Internal Server Error
+
+
+ The server encountered something unexpected that didn't allow it to complete the request. We apologize.
+ You can go back to main page:
Dashboard
+
+
+
+
+
+
+
+
+
+
+
diff --git a/templates/base.html b/templates/base.html
index 49b90595f..80a002abc 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -8,270 +8,40 @@