Last active
April 15, 2017 18:08
-
-
Save allanferreira/18f4c644f3f2cf37009ce62749800b16 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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Aplicação</title> | |
| </head> | |
| <body> | |
| <div class="posts"></div> | |
| <script src="modules/Http.js"></script> | |
| <script src="js/chamaPosts.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment