@evidentpoint/readium-css
Version:
A set of reference stylesheets for EPUB Reading Systems
19 lines (16 loc) • 367 B
HTML
<html>
<head>
<title>Embedded content</title>
</head>
<body>
<iframe src="002-page.html"></iframe>
<canvas></canvas>
<audio controls>
<source src="media/audio.mp3" type="audio/mpeg"></source>
</audio>
<video controls>
<source src="media/video.mp4" type="video/mpeg"></source>
</video>
</body>
</html>