1
0
mirror of https://github.com/taigrr/JSKeyCapture synced 2025-01-18 04:13:12 -08:00
JSKeyCapture/sample.html
2016-04-18 14:22:27 -07:00

12 lines
356 B
HTML

<html>
<head>
<script src="lib.js"></script>
<script src="custom.js"></script>
</head>
<body>
This is just a sample inclusion of the two scripts.<br>
I keep them separate for ease; one contains all the "magic behind the curtain," and the other is for definitions the developer would like to add.<br>
</body>
</html>