Created
December 3, 2015 18:27
-
-
Save junquera/29524d85688b826425fb to your computer and use it in GitHub Desktop.
Command for adding html code before binary files and only show a web message.
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> | |
| <meta charset="unicode"> | |
| </head> | |
| <body> | |
| <script> | |
| document.write("YOUR MESSAGE HERE"); | |
| window.stop(); | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment