quartz/content/googleredirect.md
Mischa van den Burg afdbb39e60 test: redirect
2025-03-01 23:23:56 +01:00

14 lines
281 B
Markdown

---
title: Redirecting to Google
---
<meta http-equiv="refresh" content="0;url=https://google.com">
<script>
window.onload = function() {
window.location.href = "https://google.com";
}
</script>
If you are not redirected automatically, click [here](https://google.com).