Skip to content

Instantly share code, notes, and snippets.

@lukeholder
Created June 17, 2010 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukeholder/441669 to your computer and use it in GitHub Desktop.
Save lukeholder/441669 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>HTML 5</title>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section { display: block; }
</style>
</head>
<body>
<p>5</p>
</body>
</html>
<?php
echo "try";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment