Create test.js

Test for cdn
This commit is contained in:
DrMaxNix 2021-02-21 18:29:43 +01:00 committed by GitHub
parent 2f0e1a44f1
commit 4f21c3e8c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
test.js Normal file
View File

@ -0,0 +1,3 @@
document.addEventListener("DOMContentLoaded", function(){
alert("it works!");
});