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:
parent
c741723eac
commit
326afac2de
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user