fox-send/public/index.html

19 lines
324 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Firefox Fileshare</title>
<script src="bundle.js"></script>
</head>
<body>
<form method="post" action="upload" enctype="multipart/form-data">
<input type="file" onchange="onChange(event)" name="fileUploaded" />
</form>
<ul id="uploaded_files">
</ul>
</body>
</html>