This commit is contained in:
2024-03-14 22:11:08 +01:00
commit 67bd4e2c28
7 changed files with 89 additions and 0 deletions

10
home.html Normal file
View File

@@ -0,0 +1,10 @@
<html>
<body>
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>