File size: 577 Bytes
049777b
82b7f86
 
 
 
 
 
 
 
 
 
 
 
 
 
049777b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>mcp-transports</title>
<style>
  html, body { margin: 0; padding: 0; width: 100%; height: 100%; background: #07080a; overflow: hidden; }
  body { display: flex; align-items: center; justify-content: center; }
  video { width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
</style>
</head>
<body>
  <video src="mcp-transports.mp4" autoplay muted loop playsinline></video>
</body>
</html>