master
 1<!doctype html>
 2<html>
 3<head>
 4<title>Page Not Found</title>
 5<style>
 6  body { text-align: center;}
 7  h1 { font-size: 50px; text-align: center }
 8  span[frown] { transform: rotate(90deg); display:inline-block; color: #bbb; }
 9  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); }
10  ::-moz-selection{ background:#FF5E99; color:#fff; }
11  ::selection { background:#FF5E99; color:#fff; } 
12  article {display:block; text-align: left; width: 500px; margin: 0 auto; }
13  
14  a { color: rgb(36, 109, 56); text-decoration:none; }
15  a:hover { color: rgb(96, 73, 141) ; text-shadow: 2px 2px 2px rgba(36, 109, 56, 0.5); }
16</style>
17</head>
18
19<body>
20<article>
21   <h1>Oh, Snap! <span frown>:(</span></h1>
22   <div>
23     <p>Sorry, but the cake you were looking hasn't been made yet. You should make it, and <a href="/">share it.</a></p>
24   </div>
25   <a href="/"><img src="/assets/homer-cake.jpg" alt="" /></a>
26   <blockquote>
27     "You don't make friends with salad."
28   </blockquote>
29    <script>
30    var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),
31        GOOG_FIXURL_SITE = location.host;
32    </script>
33    <script src="https://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
34</article>
35</body>
36</html>