HEX
Server: LiteSpeed
System: Linux w5304130.sdnsbox.com 4.18.0-425.3.1.lve.el8.x86_64 #1 SMP Tue Nov 22 22:59:23 EST 2022 x86_64
User: makefitmeserver (1001)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/makefitmeserver/public_html/fitme123/index.html
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="keywords" content="buiz,business solution, website developers,"/>
    <title>Make Fit</title>
    <link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.min.css">
    <link rel="stylesheet" href="style.css">
    <link rel="shortcut icon" href="./logo/150 pixel@4x.png" type="image/x-icon">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>

<body>
    <div class="container d-flex flex-column gap-5 justify-content-around align-items-center">
        <div class="logo mb-0 mb-lg-5"><img src="./Academy Logo_White.svg" class="img-fluid" alt=""></div>
        <div class="typer">
            <a href="" class="typewrite display-3" data-period="1000"
                data-type='[ "Getting Ready To Connect With You", "Hi, We are Make Fit"]'>
                <span class="wrap text-center"></span>
            </a>
        </div>
        <div class="social-icons d-flex col-lg-12 col-sm-12 gap-lg-5 gap-md-5 gap-sm-5  gap-xs-5 gap-4 mt-5 justify-content-center align-items-center">
            <a href="https://www.facebook.com/makegroupsfitme/" target="_blank">  <i class="fa-brands fa-square-facebook face"></i></a>
            <a href="https://www.instagram.com/makefitme/" target="_blank"><i class="fa-brands fa-instagram insta" ></i></a>
            <a href="https://www.linkedin.com/in/make-fit-ab2a98257/" target="_blank"><i class="fa-brands fa-linkedin linke" ></i></a>
            <!-- <a href="https://www.behance.net/makebuizlab" target="_blank"><i class="fa-brands fa-square-behance beha"></i></a> -->
            <a href="https://twitter.com/Makefitme" target="_blank"><i class="fa-brands fa-square-twitter dribb" ></i></a>
            <a href="https://in.pinterest.com/makefitme/" target="_blank"><i class="fa-brands fa-square-pinterest pint" ></i></a>
        </div>
    </div>

    <script src="./node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
    <script src="script.js"></script>
</body>

</html>