mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
11 lines
181 B
HTML
11 lines
181 B
HTML
<html>
|
|
<head>
|
|
<title>location.replace</title>
|
|
<script>
|
|
setTimeout('location.replace(window.location.href)', 1000);
|
|
</script>
|
|
</head>
|
|
<body>
|
|
Testing location.replace
|
|
</body>
|
|
</html>
|