CINXE.COM

404 error. Page Not Found.

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>404 error. Page Not Found.</title> <style> body { background: #fff; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #222; margin: 0; padding: 0; } a { color: #006fc7; text-decoration: underline; } .smiley { width: 129px; height: 122px; margin: 60px auto 30px auto; } .errorBox { background: #fff url(/images/fadedlogo.jpg) no-repeat left top; background-position: 14px 20px; height: 290px; margin: auto; width: 800px; } .errorCode { border-right: #f3f3f3 1px solid; color: #999; float: left; font-size: 1.3em; height: 290px; line-height: 370px; margin: 0 25px 0 0; vertical-align: bottom; text-align: center; width: 200px; } .errorBox h1 { font-weight: normal; margin-bottom: 0; } .errorBox h2 { font-size: 0.9em; font-weight: normal; margin-top: 0; } .errorBox h3 { font-size: 1em; font-weight: bold; margin: 10px 0; } .errorBox ul { list-style-type: none; } .errorBox ul li { background: transparent url(/images/arrow.png) no-repeat left 6px; float: left; font-size: 0.813em; font-weight: normal; list-style-type: none; margin: 0.313em; padding-left: 20px; width: 110px; } .middle { padding-right: 3.5em; } .searchSection { background: #fcfcfc url(/images/searchbg.jpg) repeat-x left top; border: 1px solid #ddd; float: left; padding: 10px; margin-top: 20px; } .searchSection button { background: url(/images/searchbutton.jpg) repeat-x scroll 0 0 #ffb762; border: solid 1px #db9b51; color: #222; cursor: pointer; float: left; font-size: 1em; margin: 0 0 0 0.8px; padding: 9px 15px; outline: 0 none; text-decoration: none; text-shadow: 1px 1px 1px #fff; vertical-align: top; } .searchSection button span { background: #ffb762 url(/images/magnifier.jpg) no-repeat left top; padding: 0 8px; margin-left: 5px; text-decoration: none; } .errorSearchBox { border-color: #999 #ccc #ccc #999; border-width: 1px; color: #666; float: left; font-size: 13px; margin-left: 2px; padding: 9px; vertical-align: top; width: 350px; } </style> <script type="text/javascript"> function disableSearch(event) { var t = document.getElementById('searchstring'); if (t.value.length === 0) { event.preventDefault(); } } </script> </head> <body> <div class="smiley"> <img src="/images/errorsmiley.png" width="128px" height="128px" alt="error" /> </div> <div class="errorBox"> <p class="errorCode">404</p> <p class="lead">Sorry! We could not find what you were looking for :(</p> <p>Don't worry, we will help you get to the right place.</p> <h3>Are you looking for</h3> <ul> <li><a href="/">Homepage</a></li> <li><a href="/popular">Popular Presentations</a></li> </ul> <div class="searchSection"> <form style="display: inline;" action="/search" method="get"> <input type="text" id="searchstring" name="q" placeholder="Type text here …" class="errorSearchBox" /> <button type="submit" onclick="disableSearch(event)"> Search<span>&nbsp;</span> </button> </form> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10