Files
colegio-en-java/colegio_desktop/files/reportes/reporteReprobando/reporteReprobando.html
2017-07-31 13:07:07 -04:00

12 lines
174 B
HTML

<html>
<body>
<h2>Estudiantes Reprobando</h2>
<table border="1">
<tr bgcolor="#9acd32">
<th>Nombre</th><th>Rut</th><th>Promedio</th>
</tr>
<tr></tr>
</table>
</body>
</html>