Skip to content

Commit 362eb87

Browse files
committed
Merge pull request h5bp#799 from rigelglen/master
Validate 404 Page's HTML
2 parents 5c85e31 + eaf87bb commit 362eb87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<style>
77
body { text-align: center;}
88
h1 { font-size: 50px; text-align: center }
9-
span[frown] { transform: rotate(90deg); display:inline-block; color: #bbb; }
9+
span[data-frown] { transform: rotate(90deg); display:inline-block; color: #bbb; }
1010
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); }
1111
::-moz-selection{ background:#FF5E99; color:#fff; }
1212
::selection { background:#FF5E99; color:#fff; }
@@ -18,7 +18,7 @@
1818
</head>
1919
<body>
2020
<article>
21-
<h1>Not found <span frown>:(</span></h1>
21+
<h1>Not found <span data-frown>:(</span></h1>
2222
<div>
2323
<p>Sorry, but the page you were trying to view does not exist.</p>
2424
<p>It looks like this was the result of either:</p>

0 commit comments

Comments
 (0)