Skip to content

Instantly share code, notes, and snippets.

@btaitelb
Created June 3, 2012 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btaitelb/2865014 to your computer and use it in GitHub Desktop.
Save btaitelb/2865014 to your computer and use it in GitHub Desktop.
keydownTest.html
<head>
<title>keydownTest</title>
</head>
<body>
{{> hello}}
</body>
<template name="hello">
<h1>Hello World!</h1>
{{greeting}}
<input type="button" value="Click" />
<div class="keytest"/>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment