mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-07 17:09:07 +00:00
11 lines
252 B
HTML
11 lines
252 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<embed id="test" style="width: 100px; height: 100px" type="application/x-test">
|
|
<embed id="unknown" style="width: 100px; height: 100px" type="application/x-unknown">
|
|
</body>
|
|
</html>
|