Create commenttest.js

This commit is contained in:
DrMaxNix 2021-02-21 18:54:04 +01:00 committed by GitHub
parent 10a24cd953
commit 5875cc2459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
commenttest.js Normal file
View File

@ -0,0 +1,7 @@
/*! Keep this */
/* @preserve Keep this */
/*! @preserve Keep this */
document.addEventListener("DOMContentLoaded", function(){
alert("Test");
});