2024-03-14 22:11:08 +01:00
|
|
|
<html>
|
|
|
|
<body>
|
2024-03-19 10:35:36 +01: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 22:11:08 +01:00
|
|
|
</body>
|
2024-03-17 00:40:33 +01:00
|
|
|
</html>
|