1
0
mirror of https://github.com/taigrr/JSKeyCapture synced 2025-01-18 04:13:12 -08:00

Update sample.html

This commit is contained in:
Tai Groot 2016-01-16 10:12:31 -08:00
parent f9df74984f
commit f688419e46

View File

@ -0,0 +1,11 @@
<html>
<head>
<script src="custom.js"></script>
<script src="lib.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>