mirror of
https://gitlab.com/ArkHost/WHMCS-ArkhostVPSAG.git
synced 2026-07-24 07:45:55 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{**
|
||||
* 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>
|
||||
Reference in New Issue
Block a user