xxxxxxxxxx
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>helloworld</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width" />
</head>
<body>
<h2>User Profile</h2>
<form id="userForm">
First name:
<input type="text" name="firstname" />
<br />Last name:
<input type="text" name="lastname" />
<br />
<input type="submit" value="Submit" id="btnAddUserProfile" />
</form>
<br />
<ul id="userProfileList"></ul>
<h2>Admin Profile</h2>
<form id="adminForm">
First name:
<input type="text" name="firstname" />
<br />Last name:
<input type="text" name="lastname" />
<br />
<input type="submit" value="Submit" id="btnAddAdminProfile" />
</form>
<br />
<ul id="adminProfileList"></ul>
<script data-require="jquery@*" data-semver="2.0.3" src="https://code.jquery.com/jquery-2.0.3.min.js"></script>
<script src="https://flightjs.github.io/release/latest/flight.js"></script>
<script data-main="main" data-require="require.js@*" data-semver="2.1.4" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.4/require.js"></script>
</body>
</html>
Modified http://code.jquery.com/jquery-2.0.3.min.js to a secure url
Modified http://flightjs.github.io/release/latest/flight.js to a secure url
https://code.jquery.com/jquery-2.0.3.min.js
https://flightjs.github.io/release/latest/flight.js
https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.4/require.js