mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
11 lines
224 B
HTML
11 lines
224 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>This is a test page</title>
|
|
<link rel="author" title="Intel" href="http://www.intel.com/">
|
|
<script>
|
|
|
|
function do_test() {
|
|
window.open("message.html", "existWin");
|
|
}
|
|
|
|
</script>
|