Last active
April 30, 2020 20:57
-
-
Save amitgupta15/1fd941b54b9fe68d1e46c41476ae36b6 to your computer and use it in GitHub Desktop.
A Test Runner
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Test Runner</title> | |
</head> | |
<body> | |
<div id="selector"></div> | |
<script src="test.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment