09-30-2013, 11:07 PM
My application is a web based application. It's a PHP-website.
Which add-in do I need?
Here is the whole website source code:
Which add-in do I need?
Here is the whole website source code:
Code:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Unbenanntes Dokument</title>
<style>
table tr td {
padding: 10px;
}
</style>
</head>
<body>
<table>
<tbody>
<tr>
<td class="desc">Software-Paket</td>
<td>login.db.prod</td>
</tr>
<tr>
<td class="desc">Version</td>
<td>V1.15</td>
</tr>
<tr>
<td class="desc">Paketgröße</td>
<td>473 Bytes</td>
</tr>
</tbody>
</table>
</body>
</html>