Last active
April 12, 2018 06:46
-
-
Save nathan5x-zz/24c0c91ce3918b473072742e115eba70 to your computer and use it in GitHub Desktop.
Create UI Component in HTML, CSS, and JS like it is in Adobe Flex & ActionScript
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
<body> | |
<!-- Main Container to hold Grid and Navigation Pad --> | |
<div id="status"> </div> | |
<!-- To hold instance 1 UI --> | |
<div id="instance1"> </div> <br/> | |
<!-- To hold instane 2 UI --> | |
<div id="instance2"> </div> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment