trying to fix video record, save before bigger changes

This commit is contained in:
Jan
2024-06-09 15:59:19 +02:00
parent 0a180eac6f
commit 624ac2323b
9 changed files with 210 additions and 11 deletions

View File

@@ -9,6 +9,7 @@
</head>
<body>
<div class="container">
<p>This is just a test page for the single page option of the json configuration</p>
<form action="http://localhost:5000/send_json" method="post">
<input
@@ -19,5 +20,6 @@
<label for="accepted">Akzeptieren sie die Datenschutzerklaerung</label>
<p><input id="submitbutton" type = "submit" value = "submit";/></p>
</form>
</div>
</body>
</html>