Skip to content

Commit

Permalink
add favicon and...
Browse files Browse the repository at this point in the history
that super important w3c strict validation passed message
  • Loading branch information
Shaun Mouton committed Mar 22, 2016
1 parent d52e6b4 commit d42cb41
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
Binary file added favicon.ico
Binary file not shown.
21 changes: 16 additions & 5 deletions index.html
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>

0 comments on commit d42cb41

Please sign in to comment.