mirror of
https://github.com/taigrr/JSKeyCapture
synced 2025-01-18 04:13:12 -08:00
12 lines
356 B
HTML
12 lines
356 B
HTML
<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>
|