mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
14 lines
260 B
HTML
14 lines
260 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
|
|
|
|
<object data="horse.wav">
|
|
<param name="autoplay" value="true">
|
|
</object>
|
|
|
|
</body>
|
|
</html> |