13 lines
191 B
HTML
13 lines
191 B
HTML
<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>
|