Skip to content

Instantly share code, notes, and snippets.

@junquera
Created December 3, 2015 18:27
Show Gist options
  • Select an option

  • Save junquera/29524d85688b826425fb to your computer and use it in GitHub Desktop.

Select an option

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.
<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