mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
10 lines
212 B
HTML
10 lines
212 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>HTML Test</title>
|
|
<link rel="author" title="Intel" href="http://www.intel.com">
|
|
<script>
|
|
|
|
parent.callback("test0");
|
|
document.location.href = "test1.html";
|
|
|
|
</script>
|