mam-project-templates
Version:
my personal templating projects
14 lines (13 loc) • 321 B
HTML
<html>
<head>
<meta charset=utf-8 />
<title>jquery shim example</title>
</head>
<body>
<h1>Welcome to the browserify-shim jquery Example</h1>
<p>You are using jquery version:</p>
<span id='jq-version'></span>
<script type="text/javascript" src="./js/build/bundle.js"></script>
</body>
</html>