Created
October 1, 2015 19:12
-
-
Save ktimothy/533dd0f2790cf9187a25 to your computer and use it in GitHub Desktop.
what's wrong with browsers?
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> | |
<title>Test</title> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
var tag = "<script></script>"; | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment