mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
19 lines
294 B
HTML
19 lines
294 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Page Title</title>
|
|
<script src="file.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<form method='post' action='upload' enctype="multipart/form-data">
|
|
<input type='file' onchange="onChange(event)" name='fileUploaded' />
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|