Skip to content
Snippets Groups Projects

Update wiki/pages/index.html

Merged Ryan Riopel requested to merge fix-landing-page into main
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -177,6 +177,9 @@
Background.style.backgroundSize = "200%";
}
window.addEventListener('load', changeBackground);
window.onbeforeunload = function () {
window.scrollTo(0, 0);
}
</script>
Loading