- 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.
17 lines
325 B
HTML
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>
|