Remove unused index.html file

This commit is contained in:
2021-10-29 00:36:30 +02:00
parent 9032e2f628
commit dc3d79629b

View File

@ -1,16 +0,0 @@
<!doctype html>
<head>
<title>Upload new File</title>
<style>
h1 {text-align: center; color: blanchedalmond;}
p {text-align: center; color: blanchedalmond;}
div {text-align: center;}
</style>
</head>
<body style="background-color:rgb(24, 24, 24);">
<h1>File Upload</h1>
<form method=post enctype=multipart/form-data>
<p><input type=file name=file> <input type=submit value=Upload></p>
</form>
</body>
</html>