HEX
Server: LiteSpeed
System: Linux s917.lon1.mysecurecloudhost.com 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: assibfaf (3034)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/assibfaf/public_html/prox-templates/updates/error.tpl
<!doctype html>
<html lang="en-US">
  	<head>
        <meta charset="utf-8">
        <title>{$page.title}</title>
        <meta http-equiv="x-ua-compatible" content="ie=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=2.0, viewport-fit=cover">
        
        <!-- Fonts [Lato|Font-Awesome] -->
        <link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,600,600i,400i,700,700i,900&display=swap" rel="stylesheet">
        <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.1/css/all.css">
        <!-- Fonts [Lato|Font-Awesome] -->

        <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
    </head> 
	<body class="pt-5 pb-5">
        <div class="container-sm">
            <div class="row col-lg-8 m-auto">
                <div class="col-lg-6"> 
                    <h1 class="display-2 fw-bold">Oops!</h1>
                    <p class="lead">{$update_message}</p>
                    <a href="{$base_uri}" class="btn btn-success">
                        <i class="fa fa-arrow-left mr5"></i> Back to Proxim
                    </a>
                </div>
                <div class="col-lg-6 text-center"> 
                    <img src="{$base_uri}/static/images/error.gif" width="313" height="428" alt="Girl has dropped her ice cream.">
                </div>
            </div>
        </div>
    </body>
</html>