Update index.html

This commit is contained in:
MattTheTekie 2023-09-16 08:28:41 -04:00 committed by GitHub
commit 948c8ab207
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,8 +66,6 @@
</div>
<center><div class="foot">2022-2023 Venith, all rights reserved, please <a href="mailto:digitalcheese2562@outlook.com">email us</a> for any questions/concerns you have.</div></center>
</div>
</body>
</html>
<!-- Hidden popup div -->
<div class="popup" id="popupBox">
This is a centered popup box!
@ -92,3 +90,5 @@
// Add a click event listener to the button
document.getElementById("popupButton").addEventListener("click", displayPopup);
</script>
</body>
</html>