website/tesses.cf/0esofersovrslopeasfse/index.htm

15 lines
351 B
HTML
Raw Normal View History

2022-07-23 13:29:59 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>File Upload</title>
</head>
<body>
<img src="img.jpg" alt="Upload To tesses.ml">
<form action="upload.php" method="post" enctype="multipart/form-data">
<input type="file" name="file">
<input type="submit" name="upload">
</form>
<a href="uploads">Files</a>
</body>
</html>