11 lines
335 B
HTML
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>
|