Nick088 commited on
Commit
624a8b3
Β·
1 Parent(s): 66b3d57

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- body {
9
- display: flex;
10
- justify-content: center;
11
- align-items: center;
12
- height: 100vh;
13
- margin: 0;
14
- }
15
- h1, h2, video {
16
- text-align: center;
17
- }
18
  </style>
19
  </head>
20
  <body>
21
- <h1>Bad Apple Video (On Hugging Face Spaces)</h1>
22
- <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>
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>