Created
March 15, 2017 22:30
-
-
Save tomasovic/a4312ab61976ddc3a981795ceb593e62 to your computer and use it in GitHub Desktop.
Javascript Uvod
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 lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>External Javascript file</title> | |
| <script src="js/script.js"></script> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment