Created
December 15, 2015 02:03
-
-
Save Iruyan-Zak/29f8652c4b9bc46b4de9 to your computer and use it in GitHub Desktop.
dot install js1
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> | |
| <script src='hoge.js'> </script> | |
| <script> | |
| console.log('hello world!') | |
| </script> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |
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
| console.log('hello world from script') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment