WebExtension/home.html

11 lines
335 B
HTML
Raw Normal View History

2024-03-14 21:11:08 +00:00
<html>
<body>
2024-03-19 09:35:36 +00:00
<div id="picker_zone" style="margin:20px ;color:blue">
<input type="file" accept="*.json" id="input">
</div>
2024-03-14 21:47:15 +00:00
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>
2024-03-14 21:11:08 +00:00
</body>
2024-03-16 23:40:33 +00:00
</html>