Created
May 23, 2019 16:34
-
-
Save chrisbay/f8842097f5c9424d87cf6e37f64d127d to your computer and use it in GitHub Desktop.
Forms Studio Starter Code
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> | |
<head> | |
<meta charset="utf-8"> | |
<script> | |
// TODO: create a handler | |
window.addEventListener('load', function(){ | |
// TODO: register the handler | |
}); | |
</script> | |
</head> | |
<body> | |
<form id="searchForm"> | |
<!-- TODO: add form elements --> | |
</form> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment