Team:DTU-Denmark/video
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | <!DOCTYPE html> | ||
<html> | <html> | ||
- | + | <head> | |
+ | <meta charset="UTF-8"> | ||
+ | <title>Title of the document</title> | ||
+ | </head> | ||
<body> | <body> | ||
- | |||
<video width="320" height="240" autoplay> | <video width="320" height="240" autoplay> | ||
<source src="https://2014.igem.org/File:295928417.ogg" type="video/mp4"> | <source src="https://2014.igem.org/File:295928417.ogg" type="video/mp4"> | ||
Line 9: | Line 12: | ||
Your browser does not support the video tag. | Your browser does not support the video tag. | ||
</video> | </video> | ||
- | |||
- | |||
- | |||
+ | </body> | ||
</html> | </html> |
Revision as of 19:55, 16 October 2014
<!DOCTYPE html>