mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-28 18:28:38 +09:00
11 lines
163 B
HTML
11 lines
163 B
HTML
<html>
|
|
<head>
|
|
<title>location.reload()</title>
|
|
<script>
|
|
setTimeout('location.reload();', 100);
|
|
</script>
|
|
</head>
|
|
<body>
|
|
Testing location.reload();
|
|
</body>
|
|
</html>
|