mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
289 B
HTML
11 lines
289 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div id="target"></div>
|
|
<script>
|
|
document.getElementById("target").innerHTML =
|
|
"<object type='text/html' data='data:text/html,<body bgcolor="green">' width='300' height='200'></object>";
|
|
</script>
|
|
</body>
|
|
</html>
|