mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-10 17:58:29 +00:00
11 lines
212 B
HTML
11 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>
|