gamepadui/bg_display.html

16 lines
No EOL
440 B
HTML
Executable file

<!doctype html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<script type="text/javascript">
</script>
<style type="text/css">
</style>
</head>
<body bgcolor="black" style="overflow: hidden">
<video id="video1" width="1920" autoplay="true" loop="true">
<source src="file:///c:/GamepadUI/background.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
</body>
</html>