mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 18:33:07 +09:00
10 lines
226 B
HTML
10 lines
226 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<head>
|
|
<script src="utils.js">
|
|
</script>
|
|
</head>
|
|
<body onLoad="forceLoadPlugin('p1')">
|
|
<embed type="application/x-test" style="width:200px; height:200px;" id="p1">
|
|
</body>
|
|
</html>
|