Skip to content

Instantly share code, notes, and snippets.

@wbzyl
Created February 5, 2012 11:44
Show Gist options
  • Save wbzyl/1744942 to your computer and use it in GitHub Desktop.
Save wbzyl/1744942 to your computer and use it in GitHub Desktop.
HTML5 template
<!doctype html public "♥♥♥">
<html lang=pl>
<head>
<meta charset=utf-8>
<title>Szablon strony HTML5</title>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="http://code.jquery.com/jquery.min.js"></script>
<style>
body { background: #E2DF9A; }
</style>
</head>
<body>
<p>ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment