Skip to content

Commit

Permalink
Adding studio code
Browse files Browse the repository at this point in the history
  • Loading branch information
gildedgardenia committed Aug 15, 2019
0 parents commit bbb4ec8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!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>

0 comments on commit bbb4ec8

Please sign in to comment.