quartz/content/testredirect.md
Mischa van den Burg 1f1bcadd11 testing redirect
2025-03-01 22:58:38 +01:00

10 lines
187 B
Markdown

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