12 lines
292 B
HTML
12 lines
292 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Background Remover</title>
|
|
</head>
|
|
<body>
|
|
<form action="/" method="post" enctype="multipart/form-data">
|
|
<input type="file" name="file" required>
|
|
<input type="submit" value="Upload and Remove Background">
|
|
</form>
|
|
</body>
|
|
</html> |