Last active
August 29, 2015 14:06
-
-
Save athap/9e44ce2ed7ad62bf95c0 to your computer and use it in GitHub Desktop.
Index file
This file contains 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> | |
<style> | |
.center {margin: auto; width: 50%;} | |
<style> | |
</head> | |
<body> | |
<div class='input-box'> | |
<input id='tree-input' type='number' placeholder='Enter number'> | |
<button id='add-to-tree' onclick="addToTree()">Add To Tree</button> | |
</div> | |
<div class="tree center"> | |
<canvas id='my-canvas' width="400" height="400"> | |
Your browser doesnot support canvas | |
</canvas> | |
</div> | |
<script> | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment