Initial Commmit , imort from html5boilerplate
[YAH5BP.git] / 404.html
blob5b60299961d7db23901dc711f8dd5d0cdbfb8940
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Page Not Found :(</title>
6 <style>
7 body { text-align: center;}
8 h1 { font-size: 50px; text-align: center }
9 span[frown] { transform: rotate(90deg); display:inline-block; color: #bbb; }
10 body { font: 20px Constantia, 'Hoefler Text', "Adobe Caslon Pro", Baskerville, Georgia, Times, serif; color: #999; text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.5); }
11 ::-moz-selection{ background:#FF5E99; color:#fff; }
12 ::selection { background:#FF5E99; color:#fff; }
13 article {display:block; text-align: left; width: 500px; margin: 0 auto; }
15 a { color: rgb(36, 109, 56); text-decoration:none; }
16 a:hover { color: rgb(96, 73, 141) ; text-shadow: 2px 2px 2px rgba(36, 109, 56, 0.5); }
17 </style>
18 </head>
19 <body>
20 <article>
21 <h1>Not found <span frown>:(</span></h1>
22 <div>
23 <p>Sorry, but the page you were trying to view does not exist.</p>
24 <p>It looks like this was the result of either:</p>
25 <ul>
26 <li>a mistyped address</li>
27 <li>an out-of-date link</li>
28 </ul>
29 </div>
31 <script>
32 var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),
33 GOOG_FIXURL_SITE = location.host;
34 </script>
35 <script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
36 </article>
37 </body>
38 </html>