Created
February 5, 2012 11:44
-
-
Save wbzyl/1744942 to your computer and use it in GitHub Desktop.
HTML5 template
This file contains hidden or 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
<!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