mirror of
https://github.com/jiangcuo/pve-installer.git
synced 2026-01-26 10:25: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>
40 lines
1.1 KiB
HTML
40 lines
1.1 KiB
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">
|
|
<tr>
|
|
<td width="200"> </td>
|
|
<td colspan="2" width="400"><br><br>
|
|
<p>
|
|
<b class="htext">Installation successful!</b>
|
|
<br><br><br>
|
|
__FULL_PRODUCT_NAME__ is now installed and ready to use.
|
|
<br><br><br>
|
|
<table border="0" width="500">
|
|
<tbody><tr>
|
|
<td width="40"> </td>
|
|
<td valign="top" width="30"><img src="plus.png"></td>
|
|
<td valign="top" width="560">
|
|
<b>Next steps</b><br><br>
|
|
Reboot and point your web browser to the selected IP address on port __PORT__:<br><br>
|
|
https://__IPADDR__:__PORT__
|
|
<br><br>
|
|
Also visit <a href="https://www.proxmox.com">www.proxmox.com</a> for more information.
|
|
<br><br>
|
|
<span>__AUTOREBOOT_MSG__</span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</p>
|
|
</td>
|
|
<td width="200"> </td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|