pve-installer/html/fail.htm
Thomas Lamprecht 029fde309b restructure html in repo and installed package
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>
2021-05-25 19:49:39 +02:00

34 lines
746 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">
<tr>
<td width="200">&nbsp;</td>
<td colspan="2" width="400"><br><br>
<p>
<b class="htext">Installation failed!</b>
<br><br><br>
__FULL_PRODUCT_NAME__ could not be installed.
<br><br><br>
<table border="0" width="400">
<tr>
<td width="40">&nbsp;</td>
<td valign="top" width="30"><img src="plus.png"></td>
<td valign="top" width="560">Press CTRL + ALT + F2 to see details<br><br>
<br><br>
</td>
</tr>
</table>
</p>
</td>
<td width="200">&nbsp;</td>
</tr>
</table>
</center>
</body>
</html>