-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
that super important w3c strict validation passed message
- Loading branch information
Shaun Mouton
committed
Mar 22, 2016
1 parent
d52e6b4
commit d42cb41
Showing
2 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,21 @@ | ||
<html xmlns="http://www.w3.org/1999/xhtml" > | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | ||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | ||
<head> | ||
<title>Tire Fire</title> | ||
<title>Tire Fire</title> | ||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> | ||
<link rel="icon" href="/favicon.ico" type="image/x-icon" /> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<style type="text/css"> | ||
/*<![CDATA[*/ | ||
div.c1 {text-align:right;} | ||
/*]]>*/ | ||
</style> | ||
</head> | ||
<body> | ||
<h1>This is a tire fire</h1> | ||
<p><img src="http://tirefi.re/tirefirebillow.gif"></p> | ||
<div align="right"><small>It's always DNS.</small></div> | ||
<h1>This is a tire fire</h1> | ||
<p><img src="http://tirefi.re/tirefirebillow.gif" alt="Moving image of a field of tires on fire." /></p> | ||
<div class="c1"><small>It's always DNS.</small></div> | ||
<p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a></p> | ||
</body> | ||
</html> |