You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hotkeys/test/index.html

12 lines
431 B
HTML

7 years ago
<html>
8 years ago
<head>
7 years ago
<meta charset="UTF-8">
7 years ago
<title>hotkeys.js</title>
7 years ago
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="A robust Javascript library for capturing keyboard input and key combinations entered. It has no dependencies. Try to press your keyboard, The following button will highlight.">
8 years ago
</head>
7 years ago
8 years ago
<body>
7 years ago
<div id="root">hotkeys</div>
8 years ago
</body>
</html>