Skip to content

Instantly share code, notes, and snippets.

View dustinmyers's full-sized avatar

Dustin Myers dustinmyers

View GitHub Profile
<html>
<head>
<script src="http://code.jquery.com/jquery.js"></script>
<script>
$(function() {
$.get('http://localhost:3000')
});
</script>
</head>
</html>