Skip to content

Instantly share code, notes, and snippets.

@mckoss
Created December 8, 2009 18:10
Show Gist options
  • Save mckoss/251859 to your computer and use it in GitHub Desktop.
Save mckoss/251859 to your computer and use it in GitHub Desktop.
Simple HTML
<html>
<head>
<title>Sample File</title>
</head>
<body>
<h1><script>document.write(document.title></script></h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment