Untitled

 avatar
unknown
plain_text
2 years ago
801 B
7
Indexable
<!DOCTYPE html>
<html>
<head>
    <title>Siranka Ranch</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            text-align: center;
        }

        header {
            background-color: #7a5230;
            color: #fff;
            padding: 20px;
        }

        h1 {
            font-size: 36px;
        }

        .logo {
            font-size: 72px;
        }

        .content {
            padding: 20px;
        }
    </style>
</head>
<body>
    <header>
        <div class="logo">🐂</div>
        <h1>Siranka Ranch</h1>
    </header>

    <div class="content">
        <p>This is a ranch founded by Stephen Siranka Shonko in the 1980s. We specialize in meat exports and feedlots.</p>
    </div>
</body>
</html>
Editor is loading...