test: redirect

This commit is contained in:
Mischa van den Burg 2025-03-01 23:23:56 +01:00
parent 22c82225f8
commit afdbb39e60

13
content/googleredirect.md Normal file
View File

@ -0,0 +1,13 @@
---
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).