fantastic-garbanzo/Redditlikeproject3.HTML
2023-08-15 13:13:25 +02:00

26 lines
592 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Tophat speedrun 3D%</title>
<style>
body {
text-align: center;
background-color: #fff3b0;
}
video {
width: 960px;
height: 540px;
}
</style>
</head>
<body>
<h1>Yes, you read that right, I made this to prove Epik that making a Tophat 3D model isn't that hard</h1>
<video controls>
<source src="tophat_vid.mp4" type="video/mp4">
</video>
<h1>Other projects are here:</h1><a href="Redditlikeprojects.HTML">Home</a>
</body>
</html>