Update Project4.HTML

This commit is contained in:
Dangrainage 2023-08-24 09:00:59 +02:00 committed by GitHub
parent 7825bce02c
commit 3e5229e9b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@
<script>
function goToAnotherPage() {
// Replace 'another-page.html' with the actual page you want to navigate to
window.location.href = 'Redditlikeheavyhitter.HTML';
}
</script>