For best practice
put the styles in the external css file to be more usable
(you already have an css folder 👍 )
|
<style> |
|
body,html{ |
|
box-sizing: border-box; |
|
padding: 0; |
|
margin: 0; |
|
} |
|
body{ |
|
background-image: url(https://previews.123rf.com/images/stolenpencil/stolenpencil1603/stolenpencil160300028/55885004-oops-broken-pencil-404-error-page-vector-template.jpg); |
|
background-size: cover; |
|
} |
|
button{ |
|
padding: 8px 25px; |
|
color:white; |
|
background-color: rgb(216, 101, 206); |
|
position: absolute; |
|
border-radius: 10px; |
|
right: 50px; |
|
bottom: 50px; |
|
} |
|
</style> |
|
<img src="https://images.unsplash.com/photo-1525785967371-87ba44b3e6cf?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1506&q=80" alt="Server Error" style="width:200px; margin-left:30%; margin-right: 30%; border-radius: 50%;"> |
For best practice
put the styles in the external css file to be more usable
(you already have an css folder 👍 )
IP-Location/public/html/pageNotFound.html
Lines 8 to 27 in b586006
IP-Location/public/html/serverError.html
Line 6 in b586006