D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
vhosts
/
sarainternational.ae
/
httpdocs
/
admin
/
Filename :
index.php
back
Copy
<?php include('include/header.php'); ?> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <div class="container-full"> <!-- Main content --> <section class="content"> <div class="row"> <div class="col-xxxl-5 col-xl-5 col-12"> <div class=" box box-body" style="background: rgb(47,120,147); background: linear-gradient(90deg, rgba(47,120,147,1) 0%, rgba(58,153,172,1) 50%);" > <span class="text-white fs-40"> <h3>Sara International FZE </h3></span> <div class="text-white fw-600 fs-18 mb-3 mt-5">Welcome Back, Your Dashboard is Ready!</div> <div class="text-white fs-16"> <a href="products.php" class="waves-effect waves-light btn btn-rounded btn-success mb-5 ed-btn text-right">View Products</a></div> </div> </div> </div> </section> <!-- /.content --> </div> </div> <!-- /.content-wrapper --> <?php include('include/footer.php'); ?>