Dashboard Temp Share Shortlinks Frames API

HTMLify

Bad Apple but its the actual Epstein Files
Views: 25 | Author: amar
 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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Bad Apple Web Page</title>
    <style>
        body {
            background: black;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            color: white;
            font-family: Arial, sans-serif;
        }
        video {
            max-width: 90%;
            max-height: 90%;
        }
    </style>
</head>
<body>

    <video controls autoplay loop>
        <source src="https://upload.wikimedia.org/wikipedia/commons/4/4a/Bad_Apple_but_it%27s_the_actual_Epstein_Files.webm" type="video/webm">
        Your browser does not support video playback.
    </video>

</body>
</html>