Doctype HTML MR
Doctype HTML MR
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>File Upload</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Upload Your Files</h1>
<form action="upload.php" method="post" enctype="multipart/form-data">
<label for="text-file">Text File:</label>
<input type="file" id="text-file" name="text-file"
accept=".txt, .pdf, .doc, .docx"><br><br>