This commit is contained in:
Maximilian Wagner
2024-01-30 20:04:56 +01:00
parent 64318902b4
commit 2c6c21b761
22 changed files with 1620 additions and 93 deletions

12
html/result.html Normal file
View File

@@ -0,0 +1,12 @@
<body>
<h1>TM-Sim Results</h1>
<table>
<tr>
<th>Slave Number</th>
<th>Result</th>
</tr>
{results}
</table> <br>
<h2>Final Result</h2>
{result_final}
</body>