Skip to content

Commit

Permalink
updated didntask link
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsreg authored Jul 12, 2024
1 parent 2fed727 commit 6e97e0a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions didntask.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<!-- Thumbnail image/gif -->
<meta
property="og:image"
content="https://raw.githubusercontent.com/mohsreg/media-files/main/media/didnt_ask_pic.jpeg"
/>
<meta property="og:type" content="video.other" />

<!-- Video Link -->
<meta
property="og:video:url"
content="https://raw.githubusercontent.com/mohsreg/media-files/main/media/Who Asked_720pFHR.mp4"
/>
<!-- If you want a seamless transition between your thumbnail size and video size, adjust these values to match your thumbnail resolution. -->
<!-- However, it will be all wonky if your thumbnail is vertical and your video is horizontal. This works best with similar aspect ratios -->
<meta property="og:video:height" content="202" />
<meta property="og:video:width" content="250" />

<!-- Redirect -->
<meta
http-equiv="refresh"
content="0; url=https://mohsreg.github.io/"
/>
</head>
<body></body>
</html>

0 comments on commit 6e97e0a

Please sign in to comment.