Update main.js

This commit is contained in:
jusax23 2022-06-10 10:40:04 +00:00
parent 3c7a00035f
commit ba87efcb7c

View file

@ -1,5 +1,5 @@
var counter = 0; var counter = 0;
//test comment
var globalStyle = document.createElement("style"); var globalStyle = document.createElement("style");
document.head.appendChild(globalStyle); document.head.appendChild(globalStyle);