Spaces:
Running
Running
Update index.html
Browse files- index.html +9 -12
index.html
CHANGED
@@ -5,21 +5,18 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Bad Apple!!</title>
|
7 |
<style>
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
h1, h2, video {
|
16 |
-
text-align: center;
|
17 |
-
}
|
18 |
</style>
|
19 |
</head>
|
20 |
<body>
|
21 |
-
|
22 |
-
|
23 |
<video controls autoplay>
|
24 |
<source src="bad-apple.mp4" type="video/mp4">
|
25 |
</video>
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Bad Apple!!</title>
|
7 |
<style>
|
8 |
+
body {
|
9 |
+
text-align: center;
|
10 |
+
}
|
11 |
+
h1, h2, video {
|
12 |
+
display: block;
|
13 |
+
margin: 0 auto;
|
14 |
+
}
|
|
|
|
|
|
|
15 |
</style>
|
16 |
</head>
|
17 |
<body>
|
18 |
+
<h1>Bad Apple Video (On Hugging Face Spaces)</h1>
|
19 |
+
<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>
|
20 |
<video controls autoplay>
|
21 |
<source src="bad-apple.mp4" type="video/mp4">
|
22 |
</video>
|