Update main.js

This commit is contained in:
jusax23 2022-06-10 10:36:49 +00:00
parent 5e238ee0be
commit 3c7a00035f

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);