Created
April 17, 2009 11:21
-
-
Save p3t0r/96980 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
<html> | |
<body> | |
<h1>blaat</h1> | |
<script type="text/javascript" charset="utf-8"> | |
window.onload = function() { alert('hi there!') } | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment