Last active
September 1, 2016 22:16
-
-
Save samiare/a9fbb4e9d91b92e1fa9cbe91c1a479fd to your computer and use it in GitHub Desktop.
Controller.js Quick Start HTML
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
<html> | |
<head></head> | |
<body> | |
<!-- your wonderful markup --> | |
<script src="js/Controller.min.js"></script> | |
<script src="js/app.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment