Re-uploaded the project in only one repository

This commit is contained in:
Daniel Cortes
2017-07-31 13:07:07 -04:00
commit e5853c8de6
1098 changed files with 220719 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<html>
<body>
<h2>Planificaciones</h2>
<table border="1px solid black" class="estudiante">
<tr bgcolor="#9acd32">
<th>Estudiante</th><th>Rut</th>
</tr>
<tr>
<td>Daniel Cortes</td><td>197638990</td>
</tr>
</table>
<h5>Historia</h5>
<table border="1px solid black" class="planificaciones">
<tr bgcolor="#9acd32">
<th>Tipo</th><th>Fecha</th>
</tr>
<tr>
<td>Prueba</td><td>2017-06-13</td>
</tr>
</table>
<div style="height:25px;"></div>
</body>
</html>