mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
13 lines
260 B
HTML
13 lines
260 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<embed type="vide/webm" src="/media/examples/flower.mp4" width="200" height="200">
|
|
<noembed>
|
|
<h1>Alternative content</h1>
|
|
</noembed>
|
|
</embed>
|
|
</body>
|
|
</html> |