Skip to content

Instantly share code, notes, and snippets.

@applicake
Created July 28, 2011 20:37
Show Gist options
  • Save applicake/1112494 to your computer and use it in GitHub Desktop.
Save applicake/1112494 to your computer and use it in GitHub Desktop.
Index html
<?xml version="1.0" encoding="iso-8859-2"?>
<!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" xml:lang="pl-PL" lang="pl-PL">
<head>
<title>Pierwszy program w jQuery, zapraszam!</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
</head>
<body>
<div id="main">
<p>
Moje pierwsze efekty w jQuery. Zapraszam!
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment