mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
12 lines
246 B
HTML
12 lines
246 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<head>
|
|
<script src="utils.js">
|
|
</script>
|
|
</head>
|
|
<body onLoad="forceLoadPlugin('plugin')">
|
|
<embed id="plugin" type="application/x-test"
|
|
width="50px" height="40px">
|
|
</embed>
|
|
</body>
|
|
</html>
|