mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 13:54:05 -06:00
14 lines
281 B
Markdown
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).
|