Update index.html

This commit is contained in:
Daniel LaForce 2024-08-01 20:29:43 -06:00
parent c836d93b2b
commit caf1b31a6b
1 changed files with 38 additions and 38 deletions

View File

@ -119,6 +119,6 @@
localStorage.setItem('consentGiven', 'true'); localStorage.setItem('consentGiven', 'true');
document.getElementById('consent-banner').style.display = 'none'; document.getElementById('consent-banner').style.display = 'none';
} }
</script>
</body> </body>
</html> </html>