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

Fixed inclusion order error

This commit is contained in:
Tai Groot 2016-04-18 14:22:27 -07:00
parent c741723eac
commit 326afac2de

View File

@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<script src="custom.js"></script>
<script src="lib.js"></script> <script src="lib.js"></script>
<script src="custom.js"></script>
</head> </head>
<body> <body>
This is just a sample inclusion of the two scripts.<br> This is just a sample inclusion of the two scripts.<br>