Created
November 2, 2012 16:33
-
-
Save ElemarJR/4002476 to your computer and use it in GitHub Desktop.
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
| <html> | |
| <head> | |
| <title>RequireJS demo</title> | |
| <link rel="stylesheet" href="css/toastr.css"> | |
| <link rel="stylesheet" href="css/toastr-responsive.css"> | |
| </head> | |
| <body> | |
| <button id="incrementButton">Increment</button> | |
| <button id="decrementButton">Decrement</button> | |
| <button id="resetButton">Reset</button> | |
| <ul id="output"/> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | |
| <script src="js/libs/toastr.js"></script> | |
| <script data-main='js/main' src="js/libs/require.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment