
<!DOCTYPE html>
<html lang="id">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>SARJANAKU.COM</title>
    <style>
        html, body {
            height: 100%;
            margin: 0;
            font-family: Arial, sans-serif;
            background-color:rgb(255, 255, 255);
        }
        .centered {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            font-size: 3em;
            font-weight: bold;
            color: #333;
        }
    </style>
</head>
<body>
    <div class="centered">SARJANAKU.COM</div>
</body>
</html>
