Files
youtube-unsenserd/public/index.html
T
miles c3794b1dcd Add new media files: PNG thumbnail and MP4 videos
- Added a PNG thumbnail image (1757455624790.png) to the thumbnails directory.
- Added two MP4 video files (1757455619060.mp4 and 1757455624616.mp4) to the videos directory.
2025-09-09 18:11:54 -04:00

17 lines
325 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>MiniTube</title>
<script src="app.js" defer></script>
</head>
<body>
<h1>MiniTube</h1>
<!-- Upload button -->
<p><a href="upload.html"><button>Upload Video</button></a></p>
<P> <a href="login.html"><button>login</button></a></P>
<ul id="videoList"></ul>
</body>
</html>