You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.4 KiB
77 lines
2.4 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Parallel Corpus Creation</title>
|
|
<style>
|
|
a.button {
|
|
-webkit-appearance: button;
|
|
-moz-appearance: button;
|
|
appearance: button;
|
|
text-decoration: none;
|
|
color: initial;
|
|
background-color: #ECB142;
|
|
border-radius: 2px;
|
|
border: 1px solid #ECD9CF;
|
|
color: white;
|
|
padding: 4px 4px;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
}
|
|
a.button:hover {
|
|
background-color: #E87131;
|
|
}
|
|
table tr td {
|
|
font-size: 17px;
|
|
font-weight: bold;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<h2 align="center">Main Heading comes here.....</h2>
|
|
<br />
|
|
<br />
|
|
|
|
<div id="main" align="center">
|
|
|
|
<table width="auto" cellspacing="20" cellpadding="4">
|
|
|
|
<tr>
|
|
<td width="auto" align="left">Crime And Punishment(EN) - Verbrechen und Strafe(DE)</td>
|
|
<td align="center"><a class="button" href="xslt/action.html">View HTML</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="auto" align="left">Crime And Punishment(EN) - Преступление и наказание(RU)</td>
|
|
<td align="center"><a class="button" href="xslt/action.html">View HTML</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="auto" align="left">The Gambler(EN) - Der Spieler(DE)</td>
|
|
<td align="center"><a class="button" href="xslt/action.html">View HTML</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="auto" align="left">The Gambler(EN) - Игрок(RU)</td>
|
|
<td align="center"><a class="button" href="xslt/action.html">View HTML</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="auto" align="left">Notes from Underground(EN) - Aufzeichnungen aus dem Kellerloch(DE)</td>
|
|
<td align="center"><a class="button" href="xslt/dost_under_ende.html">View HTML</a></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="auto" align="left">Notes from Underground(EN) - Записки из подполья(RU)</td>
|
|
<td align="center"><a class="button" href="xslt/action.html">View HTML</a></td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html> |