2021-08-07 18:35:12 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Internal Server Error< / title >
< link rel = "icon" href = "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>❌</text></svg>" >
< meta charset = "utf-8" >
2021-08-07 18:51:03 +00:00
< style >
body{
font-family: "Segoe UI", system-ui, "Roboto", "Helvetica Neue", "Arial"
}
.content{
margin-top: 1em;
margin-left: auto;
margin-right: auto;
width: 70%;
}
.header{
margin-left: auto;
margin-right: auto;
height: 8em;
border-bottom: 10px solid red;
}
.emoji{
font-size:3em;
vertical-align:middle;
}
.text{
margin-left: auto;
margin-right: auto;
font-size:1.5em;
}
< / style >
2021-08-07 18:35:12 +00:00
< / head >
< body >
2021-08-07 18:51:03 +00:00
< div class = "content" >
< div class = "header" >
< h1 > < span class = "emoji" > ❌< / span > < span style = "vertical-align:middle;" > Internal Server Error< / span > < / h1 >
2021-08-07 18:35:12 +00:00
< / div >
2021-08-07 18:51:03 +00:00
< div class = "text" >
< p > The 500 (Internal Server Error) status code indicates that the server encountered an unexpected condition that prevented it from fulfilling the request.< / p >
2021-08-07 18:35:12 +00:00
< / div >
< / div >
< / body >
< / html >