Skip to content

Instantly share code, notes, and snippets.

@applicake
Created July 29, 2011 21:02
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 applicake/1114734 to your computer and use it in GitHub Desktop.
Save applicake/1114734 to your computer and use it in GitHub Desktop.
Header ze ścieżka do css
<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>
<link href="style.css" media="screen" rel="stylesheet" type="text/css"/>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment