Spaces:
Running
Running
<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> |