1
0
forked from cat/WebBase
Files
FileHoster/www/index.html
2025-06-26 02:55:47 +03:00

19 lines
370 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
</head>
<body>
<h1>Test</h1>
<form action="/upload" method="POST" enctype="multipart/form-data">
<input type="file" name="uploaded_file">
<input type="submit" value="Upload">
</form>
</body>
</html>