Changed a redirect template and made it generic.

This commit is contained in:
Norm Rasmussen
2024-12-02 16:47:34 -05:00
parent 991cdde784
commit 142961e87f
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +0,0 @@
<script>
window.location.replace('https://academy.anthology.com')
</script>

View File

@ -0,0 +1,5 @@
<script>
// Insert the destination URL within the parenthesis.
window.location.replace('https://school.christiesrealestate.com')
</script>