ESH/yearly_covid_cases_data.php
2024-10-23 18:28:06 +05:30

21 lines
596 B
PHP

<table border="1" height="150" width="100%">
<tr><th colspan="3" style="background-color: blue;color: white"><center>2022 COVID CASES</center></th></tr>
<tr>
<td colspan="2"><strong>Progressive</strong></td>
<td></td>
</tr>
<tr>
<td colspan="2" style="background-color: red"><strong>ACTIVE</strong></td>
<td style="background-color: red"></td>
</tr>
<tr>
<td rowspan="2" width="30%"><strong>Reportable</strong></td>
<td width="30%"><strong>Detected in RAT</strong></td>
<td></td>
</tr>
<tr>
<td><strong>Reported From Out of Plant</strong></td>
<td></td>
</tr>
</table>