Last active
May 2, 2022 20:47
-
-
Save the-glima/30faa2b8c4503083d544b7c27b5fb98d to your computer and use it in GitHub Desktop.
NexHealth: Front-end Challenge HTML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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