mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-08-05 20:07:29 +00:00

placing the common stuff top-level and the per-product stuff one directory-level down allows to access all used resources (css, images) from a common base path without hacking to much around. Per-product files are always preferred. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
22 lines
491 B
HTML
22 lines
491 B
HTML
<!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>
|