chris-utils
Version:
JavaScript 6 client for the chris-utils API.
27 lines (19 loc) • 477 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Chris Upload</title>
<style>
</style>
</head>
<body>
<div class="form">
<input type="file" id="upload" multiple></input>
<input type="text" id="id">plugin id</input>
<button id="btnPoll" >poll</button>
</div>
<script src="index.js"></script>
</body>
</html>