Created
May 2, 2017 01:38
-
-
Save venkat/98cac4df97ea1e1ed0b9b528a950c42b to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=98cac4df97ea1e1ed0b9b528a950c42b
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> | |
<head> | |
<title>Class Randomizer</title> | |
</head> | |
<body> | |
<h1>Randomly Choose a Student</h1> | |
<button id ="studentButton">Click Me!</button> | |
<div id ="studentDisplay"></div> | |
<h1>Randomly Choose a Teacher</h1> | |
<button id ="teacherButton">Click Me!</button> | |
<div id ="teacherDisplay"></div> | |
</body> | |
</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
{"enabledLibraries":["jquery"]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment