mirror of
https://gitlab.com/ArkHost/WHMCS-ArkhostVPSAG.git
synced 2026-07-23 23:36:06 +02:00
30 lines
672 B
Smarty
30 lines
672 B
Smarty
{**
|
|
* VPSAG WHMCS Server Provisioning version 1.6
|
|
*
|
|
* @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|escape}
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |