mempool-promo/promo.html
2023-03-02 19:12:01 +09:00

17 lines
471 B
HTML

<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, user-scalable=no"/>
</head>
<body>
<div style="display: inline-block; float:left; width: 400px; height: 250px;">
<h>promo</h>
<br/>
<video width="$POSTER_WIDTH" height="$POSTER_HEIGHT" controls poster="promo.jpg">
<source src="promo.ogv" type="video/ogg">
<source src="promo.mp4" type="video/mp4">
</video>
</div>
</body>
</html>