Files
WHMCS-ArkhostVPSAG/modules/servers/ArkhostVPSAG/template/error.tpl
T
2025-11-13 00:58:17 +01:00

30 lines
665 B
Smarty

{**
* VPSAG WHMCS Server Provisioning version 1.4
*
* @package WHMCS
* @copyright ArkHost
* @link https://arkhost.com
* @author ArkHost <support@arkhost.com>
*}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="ArkHost">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ArkHost - VPS Panel</title>
</head>
<body class="text-center">
<div class="alert alert-warning" role="alert">
<div class="notice">
<img src="{$image}" class="mr-2">{$error}
</div>
</div>
</body>
</html>