Changed td to th in general informations

This commit is contained in:
Romain de Laage 2020-02-25 15:56:36 +01:00
parent 04438c47f3
commit 1430776da2
Signed by: rdelaage
GPG Key ID: 18BC11F1027B2AD4
1 changed files with 4 additions and 4 deletions

View File

@ -25,19 +25,19 @@
<h1>Curriculum vitae</h1>
<table>
<tr>
<td>Nom</td>
<th>Nom</th>
<td>de Laage</td>
</tr>
<tr>
<td>Prénom</td>
<th>Prénom</th>
<td>Romain</td>
</tr>
<tr>
<td>Date de naissace</td>
<th>Date de naissace</th>
<td>21 novembre 2000</td>
</tr>
<tr>
<td>Adresse mail</td>
<th>Adresse mail</th>
<td><a href="mailto:romain.delaage@rdelaage.ovh">romain.delaage@rdelaage.ovh</a></td>
</tr>
</table>