UNPKG

mam-project-templates

Version:
14 lines (13 loc) 321 B
<!DOCTYPE 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>