CSS improvements and small fixes

This commit is contained in:
2024-06-17 17:24:15 +02:00
parent 88c82eec7e
commit 46a8b2244f
8 changed files with 508 additions and 217 deletions

View File

@@ -9,7 +9,6 @@
</head>
<body>
<div class="centercontent">
<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">
@@ -22,6 +21,5 @@
<p><input id="submitbutton" type = "submit" value = "submit";/></p>
</form>
</div>
</div>
</body>
</html>