Update 500 error page with custom information

Updated the 500 error page to include the osem logo, a link to the root
directory, a link to Github issues, and contact information.
This commit is contained in:
Matthew 2016-12-20 16:05:55 -06:00
parent 950e4edec1
commit f8f109598c
2 changed files with 30 additions and 9 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Error 403: Page not found</title>
<title>Error 403: Forbidden</title>
<style type="text/css">
body { background-color: #EFEFEF; color: #073642; font-family: arial, sans-serif; }
div.dialog {
@ -36,7 +36,7 @@
<p><b>If you have other questions regarding OSEM...</b></p>
<p>Feel free to contact contributors by subscribing to our <a href="http://lists.opensuse.org/opensuse-web/"> mailing list.</a><p>
<p>You can also reach out in the #OSEM channel on the IRC freenode
server.</p>