Create gethypfreerank.html
This commit is contained in:
parent
4b7144b736
commit
f4f0284b5c
|
@ -0,0 +1,10 @@
|
||||||
|
<script>
|
||||||
|
|
||||||
|
let a = [
|
||||||
|
"https://www.bilibili.com/video/BV1uT4y1P7CX",
|
||||||
|
"https://ys.mihoyo.com"
|
||||||
|
]
|
||||||
|
|
||||||
|
window.location.replace(a[Math.floor(Math.random() * a.length)])
|
||||||
|
|
||||||
|
</script>
|
Loading…
Reference in New Issue