blob: 665d95332a86d6b24e27c7a8d5858522c1b5e9c7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Media Element Demo</title>
<style>
body {
background-color: rgb(255, 255, 255);
color: #0047ab;
font-size: 100px;
}
video {
transform: translateX(100px) rotate(3deg);
}
</style>
</head>
<body>
Media Element Demo
<script type="text/javascript" src="media-element-demo.js"></script>
</body>
</html>