UNPKG

gistfy

Version:

Code once, share everywhere

12 lines 297 B
<!DOCTYPE html> <html> <head> <title>jQuery Sample</title> </head> <body> <h1>jQuery Sample</h1> <div id="result"></div> <script type="text/javascript" src="//code.jquery.com/jquery-1.11.1.min.js"></script> <script type="text/javascript" src="/app.js"></script> </body> </html>