Skip to content

Instantly share code, notes, and snippets.

@ktimothy
Created October 1, 2015 19:12
Show Gist options
  • Save ktimothy/533dd0f2790cf9187a25 to your computer and use it in GitHub Desktop.
Save ktimothy/533dd0f2790cf9187a25 to your computer and use it in GitHub Desktop.
what's wrong with browsers?
<!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