You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
405 B

<body>
<div id="div">
<div style="display: inline-block;">
<textarea name="text" placeholder="Enter json file" cols="30" rows="20"></textarea>
<br/>
<input name="file" type="file" accept=".json" style="margin: 15px">
<br/>
<button name="button">Send</button>
</div>
<br/>
<b id="error"></b>
</div>
</body>