
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Administrator</title>
    <meta name="description" content="Platform profil bisnis dan toko online untuk UMKM dan pebisnis profesional." />
    <link rel="shortcut icon" type="image/x-icon" href="https://profbisnis.com/img/simpleaff-favicon.png" />
    <meta property="og:title" content="Administrator"/>
    <meta property="og:description" content="Platform profil bisnis dan toko online untuk UMKM dan pebisnis profesional."/>
    <meta property="og:url" content="http://www.profbisnis.com/feeds/posts/default"/>
    <meta property="og:image" content="https://pertanian.net/upload/logo_pertanian.png" />
    <meta property="og:type" content="website" />
    <meta name="keywords" content="toko pertanian, jual hasil pertanian, toko sayur online, toko buah, tanaman hias, herbal, pertanian gratis, jual hasil tani, platform pertanian, marketplace pertanian">

    <!-- Bootstrap Core CSS -->
    <link href="https://profbisnis.com/bootstrap-5.3.3/css/bootstrap.min.css" rel="stylesheet">
    <link href="https://profbisnis.com/fontawesome/css/fontawesome.min.css" rel="stylesheet" />
    <link href="https://profbisnis.com/fontawesome/css/regular.min.css" rel="stylesheet" />
    <link href="https://profbisnis.com/fontawesome/css/solid.min.css" rel="stylesheet" /> 
    <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
    <link rel="stylesheet" type="text/css" href="https://profbisnis.com/theme/simple/style.css">
    	
    <style type="text/css">
        .social-proof {
            font-family: 'Open Sans', sans-serif;
            position: fixed;
            bottom: 80px;
            right: 10px;
            z-index: 9999;
            padding: 10px;
        }
        .social-proof-box { 
            background: rgba(0, 0, 0, 0.8);
            color: #ffffff;			
        }
        .social-proof-box a { color: #ffffff; }
        .box { 
            background: rgba(0, 0, 0, 0.6);
            color: #ffffff;			
        }
        .box a { color: #ffffff; }		
    </style>
        <div id="myDiv">
            <iframe id="myIframe" src="https://profbisnis.com/beranda"></iframe>
        </div>
    <script type="text/javascript">		
        var screenHeight = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight;
        document.getElementById("myIframe").style.height = (screenHeight) + "px";
        const names = [];
        function getRandomName() {
          const randomIndex = Math.floor(Math.random() * names.length);
          return names[randomIndex];
        }

        function displaySocialProof() {
          const box = document.querySelector('.social-proof-box');
          const name = document.querySelector('.social-proof-name');
          const randomName = getRandomName();
          name.innerText = randomName;
          box.style.display = 'inline-block';
          setTimeout(function() {
            box.style.display = 'none';
            setTimeout(displaySocialProof, 2000);
          }, 5000);
        }

        window.onload = displaySocialProof;
    </script>
    </body>
        </html>