forked from ShareX/sharex.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpremium-trailer.html
More file actions
28 lines (21 loc) · 750 Bytes
/
Copy pathpremium-trailer.html
File metadata and controls
28 lines (21 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://www.youtube.com/watch?v=dQw4w9WgXcQ">
<title>ShareX Premium Trailer</title>
<meta property="og:type" content="video.other">
<meta name="twitter:player" content="https://www.youtube.com/embed/dQw4w9WgXcQ">
<meta name="og:video:type" content="text/html">
<meta name="og:video:width" content="1280">
<meta name="og:video:height" content="720">
<meta name="twitter:image" content="{{ site.url }}/img/ShareX_Premium_Card_Large.png">
<script type="text/javascript">
window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
</script>
</head>
<body>
</body>
</html>