/SampleApplication/ColdBox3/includes/templates/404.html
http://github.com/bobsilverberg/ValidateThisColdBoxPlugin · HTML · 30 lines · 27 code · 3 blank · 0 comment · 0 complexity · 603431d2e20001b407b0af875747f2df MD5 · raw file
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>The page you requested does not exist</title>
- <style type="text/css">
- body { background-color: #fff; text-align: center; font-family: arial, sans-serif; }
- div.infobox {
- width: 30em;
- padding: 0 4em;
- margin: 4em auto 0 auto;
- border: 1px solid #ccc;
- border-right-color: #999;
- border-bottom-color: #999;
- background-color: #FFFFF0;
- }
- h1 { font-size: 100%; font-weight: bold; color: #000; line-height: 1.5em; }
- </style>
- </head>
- <body>
- <div class="infobox">
- <h1>The page you requested does not exist.</h1>
- <p>You may have mistyped the address or the page may have moved. Please check your address again.</p>
- </div>
- </body>
- </html>