testing redirect

This commit is contained in:
Mischa van den Burg 2025-03-01 22:58:38 +01:00
parent 8e5dd4ab4c
commit 1f1bcadd11

9
content/testredirect.md Normal file
View File

@ -0,0 +1,9 @@
---
title: Redirecting to External Site
---
<script>
window.location.href = "https://google.com";
</script>
If you are not redirected automatically, click [here](https://google.com).