Skip to content

Instantly share code, notes, and snippets.

@armoucar
Created June 5, 2012 13:15
Show Gist options
  • Save armoucar/2874898 to your computer and use it in GitHub Desktop.
Save armoucar/2874898 to your computer and use it in GitHub Desktop.
html init file
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="style.css" type="text/css" media="screen" charset="utf-8"/>
<title>js test</title>
</head>
<body>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="test.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment