bw/nginx let's not use inline css
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
940416c684
commit
a09953a849
1 changed files with 31 additions and 5 deletions
|
@ -4,14 +4,40 @@
|
|||
<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 style="margin-top: 1em; margin-left: auto; margin-right: auto; width: 70%;">
|
||||
<div style="margin-left: auto; margin-right: auto; height: 7em; border-bottom: 10px solid red;">
|
||||
<h1><span style="font-size:3em; vertical-align:middle;">❌</span><span style="vertical-align:middle;">Internal Server Error</span></h1>
|
||||
<div class="content">
|
||||
<div class="header" >
|
||||
<h1><span class="emoji">❌</span><span style="vertical-align:middle;">Internal Server Error</span></h1>
|
||||
</div>
|
||||
<div style="margin-left: auto; margin-right: auto;">
|
||||
<p style="font-size:1.5em;">The 500 (Internal Server Error) status code indicates that the server encountered an unexpected condition that prevented it from fulfilling the request.</p>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue