mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
test: redirect
This commit is contained in:
parent
22c82225f8
commit
afdbb39e60
13
content/googleredirect.md
Normal file
13
content/googleredirect.md
Normal 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).
|
||||
Loading…
Reference in New Issue
Block a user