<!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>