<html> <head> <meta name="viewport" content="width=device-width; height=device-height;"> <title>Kwant screencast</title> <style media="screen" type="text/css"> body { background-color: black; height: 100%; width: 100%; margin: 0; padding: 0; } video { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; max-width: 100%; max-height: 100%; } video:focus { outline-width: 0; } </style> </head> <body> <video controls autoplay> <source src="http://downloads.kwant-project.org/doc/kwant-screencast-2014.mp4" type='video/mp4; codecs="avc1.4D401E, mp4a.40.2"'> <source src="http://downloads.kwant-project.org/doc/kwant-screencast-2014.webm" type='video/webm; codecs="vp8.0, vorbis"'> Please <a href="http://downloads.kwant-project.org/doc/kwant-screencast-2014.mp4">download the video manually</a>. </video> </body> </html>