Skip to content

Instantly share code, notes, and snippets.

@blowery
Created October 13, 2010 17:09
Show Gist options
  • Select an option

  • Save blowery/624454 to your computer and use it in GitHub Desktop.

Select an option

Save blowery/624454 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>euro</title>
<script type="text/javascript" charset="utf-8">
window["€"] = { foo: "yes" };
console.dir(window["€"]);
</script>
</head>
<body id="euro" onload="">
hi there
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment