Skip to content

Commit

Permalink
Now Valid HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
rigelglen committed Oct 7, 2011
1 parent 5c85e31 commit eaf87bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style> <style>
body { text-align: center;} body { text-align: center;}
h1 { font-size: 50px; text-align: center } h1 { font-size: 50px; text-align: center }
span[frown] { transform: rotate(90deg); display:inline-block; color: #bbb; } span[data-frown] { transform: rotate(90deg); display:inline-block; color: #bbb; }
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); } 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); }
::-moz-selection{ background:#FF5E99; color:#fff; } ::-moz-selection{ background:#FF5E99; color:#fff; }
::selection { background:#FF5E99; color:#fff; } ::selection { background:#FF5E99; color:#fff; }
Expand All @@ -18,7 +18,7 @@
</head> </head>
<body> <body>
<article> <article>
<h1>Not found <span frown>:(</span></h1> <h1>Not found <span data-frown>:(</span></h1>
<div> <div>
<p>Sorry, but the page you were trying to view does not exist.</p> <p>Sorry, but the page you were trying to view does not exist.</p>
<p>It looks like this was the result of either:</p> <p>It looks like this was the result of either:</p>
Expand Down

0 comments on commit eaf87bb

Please sign in to comment.