Re-uploaded the project in only one repository
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user