diff options
Diffstat (limited to 'error/404.html')
| -rw-r--r-- | error/404.html | 47 | 
1 files changed, 21 insertions, 26 deletions
diff --git a/error/404.html b/error/404.html index 164819b..211cd5b 100644 --- a/error/404.html +++ b/error/404.html @@ -1,44 +1,39 @@  <!DOCTYPE html>  <html> -  <head> -    <title>404 Page Not Found</title> - -<style> +  <title>404 Page Not Found</title> +  <style> -body { +  body {      color: black;      background-image: url('/images/woopsy.jpg'); -} +  } -table { +  table {          color: black;          background-color: #bebebe;          margin-top: 10px;          margin-bottom: 10px;          margin-left: 10px;          margin-right: 10px; -} - -</style> +  } +  </style>  </head> -  <body> -    <a href="/index.html"><img src="/images/back_home.png" alt="Back to home page"/></a> - -    <center> -        <table border="1" width="60%"> -                <tr> -                        <td> -                    <h1>Woopsy!</h1> -                    <p> -                        You tried looking for something that doesnt exist. This is a strange 404 page indeed. -                    </p> -                    <img src="/images/british.gif" alt="Sips british tea"/> -                </td> -            </tr> -        </table> -    </center> +  <a href="/index.html"><img src="/images/back_home.png" alt= +  "Back to home page"></a> +  <center> +    <table border="1" width="60%"> +      <tr> +        <td> +          <h1>Woopsy!</h1> +          <p>You tried looking for something that doesnt exist. This is a +          strange 404 page indeed.</p><img src="/images/british.gif" alt= +          "Sips british tea"> +        </td> +      </tr> +    </table> +  </center>  </body>  </html>  | 
