mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-08-06 08:01:37 +00:00
22 lines
491 B
HTML
Executable File
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>
|