git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
16 lines
236 B
HTML
16 lines
236 B
HTML
<h3>[Enter a title here]</h3>
|
|
<table border="1">
|
|
<thead>
|
|
<tr>
|
|
<td>Column 1</td>
|
|
<td>Column 2</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>Username: [Enter a user name here]</td>
|
|
<td>Staffid: [Enter a staff id here]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|