diff --git a/main.js b/main.js index 7f695e9..2902dc0 100644 --- a/main.js +++ b/main.js @@ -1,5 +1,5 @@ var counter = 0; -//test comment + var globalStyle = document.createElement("style"); document.head.appendChild(globalStyle);