-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<html> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Degen Meow Meow Anthem</title> | ||
<link href="https://vjs.zencdn.net/8.10.0/video-js.css" rel="stylesheet" /> | ||
<meta property="fc:frame" content="vNext" /> | ||
<meta property="fc:frame:image" content="https://arweave.net/tcgPiqquobs5dHT5x8Szn3miDxbBVOTKkoMY7MwWGEs" /> | ||
<meta property="fc:frame:video" content="https://vod-cdn.lp-playback.studio/raw/jxf4iblf6wlsyor6526t4tcmtmqa/catalyst-vod-com/hls/70ed8k9v4txqzz9q/index.m3u8" /> | ||
<meta property="fc:frame:video" | ||
content="https://vod-cdn.lp-playback.studio/raw/jxf4iblf6wlsyor6526t4tcmtmqa/catalyst-vod-com/hls/70ed8k9v4txqzz9q/index.m3u8" /> | ||
<meta property="fc:frame:video:type" content="application/x-mpegURL" /> | ||
<meta property="fc:frame:image" content="https://arweave.net/tcgPiqquobs5dHT5x8Szn3miDxbBVOTKkoMY7MwWGEs" /> | ||
<meta property="og:image" content="https://arweave.net/tcgPiqquobs5dHT5x8Szn3miDxbBVOTKkoMY7MwWGEs" /> | ||
<meta property="fc:frame:button:1" content="Play Video" /> | ||
<meta property="fc:frame:button:1:action" content="post" /> | ||
<link href="https://vjs.zencdn.net/8.10.0/video-js.css" rel="stylesheet" /> | ||
</head> | ||
|
||
<body> | ||
<div id="videoContainer"> | ||
<video | ||
id="my-video" | ||
class="video-js" | ||
controls | ||
preload="auto" | ||
width="500" | ||
height="500" | ||
poster="https://arweave.net/tcgPiqquobs5dHT5x8Szn3miDxbBVOTKkoMY7MwWGEs" | ||
data-setup="{}" | ||
> | ||
<video id="my-video" class="video-js" controls preload="auto" width="640" height="264" poster="MY_VIDEO_POSTER.jpg" | ||
data-setup="{}"> | ||
<source src="https://vod-cdn.lp-playback.studio/raw/jxf4iblf6wlsyor6526t4tcmtmqa/catalyst-vod-com/hls/70ed8k9v4txqzz9q/index.m3u8" type="application/x-mpegURL" /> | ||
<p class="vjs-no-js"> | ||
To view this video please enable JavaScript, and consider upgrading to a | ||
web browser that supports HTML5 video | ||
web browser that | ||
<a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a> | ||
</p> | ||
</video> | ||
</div> | ||
<script src="https://vjs.zencdn.net/8.10.0/video.min.js"></script> | ||
|
||
<script src="https://vjs.zencdn.net/8.10.0/video.min.js"></script> | ||
</body> | ||
</html> |