pve-installer/html/license.htm
2016-08-09 10:41:30 +02:00

22 lines
491 B
HTML
Executable File

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" type="text/css" href="pve-installer.css">
</head>
<body>
<center>
<table border="0" width="800">
<tbody><tr>
<td align="center" width="800">
<br><br>
<b class="htext">__LICENSE_TITLE__</b>
<br><br>
<textarea class="noresize" readonly="readonly" border="1" name="txt" rows="28" cols="75">__LICENSE__</textarea>
</td>
</tr>
</tbody></table>
</center>
</body></html>