mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
10 lines
187 B
Markdown
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).
|