Skip to content

Instantly share code, notes, and snippets.

@the-glima
Last active May 2, 2022 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save the-glima/30faa2b8c4503083d544b7c27b5fb98d to your computer and use it in GitHub Desktop.
Save the-glima/30faa2b8c4503083d544b7c27b5fb98d to your computer and use it in GitHub Desktop.
NexHealth: Front-end Challenge HTML
<!-- https://codesandbox.io/s/fe-code-challenge-example-52iitk -->
<!DOCTYPE html>
<html>
<head>
<title>NexHealth Code Challenge</title>
<meta charset="UTF-8" />
</head>
<body>
<div class="container"">
<ul id="dupes-list"></ul>
</div>
<script src="src/part-a.js"></script>
<script src="src/part-b.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment