WebExtension/home.html
2024-03-19 10:35:36 +01:00

11 lines
335 B
HTML

<html>
<body>
<div id="picker_zone" style="margin:20px ;color:blue">
<input type="file" accept="*.json" id="input">
</div>
test
<button type="submit" id="id_run" value="run importer" name="b_submit">RUNRUNRUN</button>
<script type="text/javascript" language="javascript" src="home.js"></script>
</body>
</html>