mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-04 16:15:25 +00:00
12 lines
235 B
HTML
12 lines
235 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<div id="container" style="display: none">
|
|
<object id="plugin" type="application/x-test" style="width: 200px; height: 200px;"></object>
|
|
</div>
|
|
</body>
|
|
</html>
|