|
|
|
@ -2,12 +2,13 @@ |
|
|
|
|
<html lang="en"> |
|
|
|
|
<head> |
|
|
|
|
<meta http-equiv="Content-Type" content="text/html"; charset="utf-8"> |
|
|
|
|
<title>Oops, something went wrong!</title> |
|
|
|
|
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width"> |
|
|
|
|
<title>Error 500 - Internal Server Error</title> |
|
|
|
|
<style> |
|
|
|
|
body { text-align: center; } |
|
|
|
|
body { text-align: center; background-color: rgb(250,250,250); } |
|
|
|
|
h1 { |
|
|
|
|
margin: 20px auto; color: rgb(225,15,15); |
|
|
|
|
font-size: 3em; font-family: serif; |
|
|
|
|
margin: 20px auto; color: rgb(240,15,15); |
|
|
|
|
font-size: 3em; font-family: sans-serif; |
|
|
|
|
font-weight: normal; font-style: italic; |
|
|
|
|
} |
|
|
|
|
img { display: block; margin: 20px auto; } |
|
|
|
|