a09953a849
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
45 lines
1.1 KiB
HTML
45 lines
1.1 KiB
HTML
<!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">
|
|
<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>
|
|
</head>
|
|
<body>
|
|
<div class="content">
|
|
<div class="header" >
|
|
<h1><span class="emoji">❌</span><span style="vertical-align:middle;">Internal Server Error</span></h1>
|
|
</div>
|
|
<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>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|