File size: 767 Bytes
e7b2033 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
<html>
<title>Concordancer</title>
<h1 style="text-align: center">Available Language Pairs</h1>
<body>
<table style="width: 100%; text-align: center">
<tr>
<td>
<a href="/cs-pt/">CS-PT</a>
</td>
<td>
<a href="/de-pt/">DE-PT</a>
</td>
<td>
<a href="/en-pt/">EN-PT</a>
</td>
<td>
<a href="/es-pt/">ES-PT</a>
</td>
<td>
<a href="/fr-pt/">FR-PT</a>
</td>
<td>
<a href="/it-pt/">IT-PT</a>
</td>
<td>
<a href="/pt-sk/">PT-SK</a>
</td>
</tr>
</table>
</body>
</html> |