Files
chrome-extensions-samples/mv2-archive/api/tabCapture/receiver.html

27 lines
458 B
HTML

<html>
<head>
<style>
body {
align-items: center;
background-color: #224;
display: flex;
justify-content: center;
margin: none;
padding: none;
}
body.shutdown {
background-color: #422;
}
body.shutdown #player {
display: none;
}
</style>
</head>
<body>
<video id="player"></video>
<script src="receiver.js"></script>
</body>
</html>