<!DOCTYPE html>
<html>
<head>
    <link rel="icon" href="Dangrain.ico" type="image/x-icon">
    <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">Projects Home Page</a>
</body>
</html>