File size: 658 Bytes
280abf3
 
 
 
 
 
66b3d57
624a8b3
 
 
 
 
 
 
66b3d57
280abf3
 
624a8b3
 
280abf3
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Bad Apple!!</title>
    <style>
      body {
        text-align: center;
      }
      h1, h2, video {
        display: block;
        margin: 0 auto;
      }
    </style>
</head>
<body>
  <h1>Bad Apple Video (On Hugging Face Spaces)</h1>
  <h2>Made by <a href="https://linktr.ee/Nick088">Nick088</a><br><a href="https://en.wikipedia.org/wiki/Bad_Apple!!">Credits of the Song & Video</a></h2>
    <video controls autoplay>
        <source src="bad-apple.mp4" type="video/mp4">
    </video>
</body>
</html>