blob: d9b34843fde69694def82bf24801b462b349c735 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html>
<head>
<meta charset="utf-8">
<title>Bad Video Path</title>
</head>
<body>
<video controls preload>
<source src="videos/fileDoesNotExist.ogg"></source>
</video>
</body>
</html>
|