js/app-homepage/iframe/app-homepage.html (14 lines of code) (raw):
<html lang="en">
<head>
<link rel="stylesheet" href="app.css"/>
<script src="app.js" type="module"></script>
<title>Application Homepage Test</title>
</head>
<body>
<div id = "container">
<h1>List of team members</h1>
<button id = "authorize-button" style = "display:none;">Authorize to see team members</button>
<div id = "teammate-list"></div>
</div>
</body>
</html>