Skip to content

Commit

Permalink
Copyright for 2010, loading the HTML5 Shiv for all IEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
trey committed Jan 16, 2010
1 parent 623b1e6 commit 73ca2ca
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion html4.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>Title of Page</h1>
</div><!-- #secondary -->
</div><!-- #main -->
<div id="footer">
<div id="copyright">Copyright &#169; [2009] [AUTHOR'S NAME]. All Rights Reserved.</div>
<div id="copyright">Copyright &copy; [2010] [AUTHOR'S NAME]. All Rights Reserved.</div>
</div><!-- #footer -->
</div><!-- #wrapper -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion html4_lean.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ <h1>Title of Page</h1>
</div><!-- #secondary -->
</div><!-- #main -->
<div id="footer">
<div id="copyright">Copyright &#169; [2009] [AUTHOR'S NAME]. All Rights Reserved.</div>
<div id="copyright">Copyright &copy; [2010] [AUTHOR'S NAME]. All Rights Reserved.</div>
</div><!-- #footer -->
</div><!-- #wrapper -->
10 changes: 4 additions & 6 deletions html5.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
<link rel="stylesheet" href="/css/base.css" media="screen">
<link rel="stylesheet" href="/css/html5.css" media="all">
<link rel="alternate" type="application/atom+xml" title="[Name of Site Feed]" href="/feed/">
<!--[if lte IE 7]><link rel="stylesheet" href="/css/ie/all.css" type="text/css" media="screen"><![endif]-->
<!--[if lte IE 6]>
<script src="/css/ie/html5.js"></script>
<link rel="stylesheet" href="/css/ie/6.css" type="text/css" media="screen">
<![endif]-->
<!--[if IE]><script src="/css/ie/html5.js"></script><![endif]-->
<!--[if lte IE 7]><link rel="stylesheet" href="/css/ie/all.css" media="screen"><![endif]-->
<!--[if lte IE 6]><link rel="stylesheet" href="/css/ie/6.css" media="screen"><![endif]-->
<script src="http://www.google.com/jsapi"></script>
<script>google.load("jquery", "1.4");</script>
<script src="/js/load.js"></script>
Expand All @@ -28,7 +26,7 @@ <h1>Title of Page</h1>
</article>
</section><!-- #main -->
<footer>
<div id="copyright">Copyright &#169; [2009] [AUTHOR'S NAME]. All Rights Reserved.</div>
<div id="copyright">Copyright &copy; [2010] [AUTHOR'S NAME]. All Rights Reserved.</div>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion xhtml.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1>Title of Page</h1>
</div><!-- #secondary -->
</div><!-- #main -->
<div id="footer">
<div id="copyright">Copyright &#169; [2009] [AUTHOR'S NAME]. All Rights Reserved.</div>
<div id="copyright">Copyright &#169; [2010] [AUTHOR'S NAME]. All Rights Reserved.</div>
</div><!-- #footer -->
</div><!-- #wrapper -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion xhtml_full.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1>Title of Page</h1>
</div><!-- #secondary -->
</div><!-- #main -->
<div id="footer">
<div id="copyright">Copyright &#169; [2009] [AUTHOR'S NAME]. All Rights Reserved.</div>
<div id="copyright">Copyright &#169; [2010] [AUTHOR'S NAME]. All Rights Reserved.</div>
</div><!-- #footer -->
</div><!-- #wrapper -->
</body>
Expand Down

0 comments on commit 73ca2ca

Please sign in to comment.