Initial commit

This commit is contained in:
2024-05-01 12:28:41 -04:00
commit 4502501501
3 changed files with 101 additions and 0 deletions

12
templates/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Video Compressor</title>
</head>
<body>
<form action="/" method="post" enctype="multipart/form-data">
<input type="file" name="file" required>
<input type="submit" value="Upload and Compress">
</form>
</body>
</html>