mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
11 lines
289 B
HTML
11 lines
289 B
HTML
<head>
|
|
<script src="index.js"></script>
|
|
<title>Upload files to multiple hosts</title>
|
|
</head>
|
|
<body>
|
|
<form>
|
|
<input id="file" type="file">
|
|
<button type="submit">Submit</button>
|
|
</form>
|
|
<textarea id="output" rows="6" cols="80" readonly></textarea>
|
|
</body> |