Skip to content

Instantly share code, notes, and snippets.

@eduardolundgren
Created February 13, 2013 20:41
Show Gist options
  • Save eduardolundgren/4948045 to your computer and use it in GitHub Desktop.
Save eduardolundgren/4948045 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<script>
var valid = '<div></div>';
var invalid = '<script></script>';
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment