restructured last chapters
This commit is contained in:
Executable
+18
@@ -0,0 +1,18 @@
|
||||
<html>
|
||||
<body>
|
||||
<audio controls>
|
||||
<source src="sound.ogg" type="audio/ogg" />
|
||||
<source src="sound.mp3" type="audio/mpeg" />
|
||||
</audio>
|
||||
<video width="1024" height="576" controls>
|
||||
<source src="movie.mp4" type="video/mp4" />
|
||||
<source src="movie.ogg" type="video/ogg" />
|
||||
</video>
|
||||
<iframe
|
||||
width="1024"
|
||||
height="576"
|
||||
src="https://www.youtube.com/embed/v6VTv7czb1Y"
|
||||
>
|
||||
</iframe>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user