fox-send/public/index.html

19 lines
324 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
2017-05-30 16:24:16 +00:00
<head>
2017-06-01 20:14:14 +00:00
<title>Firefox Fileshare</title>
<script src="bundle.js"></script>
2017-05-30 16:24:16 +00:00
</head>
<body>
<form method="post" action="upload" enctype="multipart/form-data">
<input type="file" onchange="onChange(event)" name="fileUploaded" />
</form>
2017-05-30 16:24:16 +00:00
<ul id="uploaded_files">
</ul>
2017-05-30 16:24:16 +00:00
</body>
</html>