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,25 @@
<html>
<body>
<h2>Notas por asignatura del profesor</h2>
<table border="1">
<tr bgcolor="#9acd32">
<th>Nombre</th><th>Rut</th>
</tr>
<tr>
<tr>
<td>Vega Victoria</td><td>195127816</td>
</tr>
</tr>
</table>
<table border="1">
<tr bgcolor="#9acd32">
<th>Notas</th>
</tr>
<tr>
<tr>
<td>2.042055774243476</td>
</tr>
</tr>
</table>
</body>
</html>