mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-13 09:04:55 +00:00
12 lines
236 B
HTML
12 lines
236 B
HTML
|
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<meta charset="utf-8">
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<div id="container" style="display: none">
|
|||
|
<object id="test" type="application/x-test" style="width: 200px; height: 200px;"></object>
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
</html>
|