Created
July 28, 2011 20:56
-
-
Save applicake/1112536 to your computer and use it in GitHub Desktop.
Header ze ścieżkami do js
This file contains 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
<head> | |
<title>Pierwszy program w jQuery, zapraszam!</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" /> | |
<script type="text/javascript" charset="utf-8" src='jquery.js'></script> | |
<script type="text/javascript" charset="utf-8" src='application.js'></script> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment