<!DOCTYPE html>

<html lang="de">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Feed Goose</title>

    <style>

        body {

            margin: 0;

            padding: 20px;

            font-family: Arial, sans-serif;

            background-color: #f5f5f5;

        }

        

        .change-goose {

            font-size: 12px;

            text-decoration: underline;

            color: #333;

            margin-bottom: 50px;

        }

        

        .main-title {

            text-align: center;

            font-size: 48px;

            font-weight: bold;

            color: #333;

            margin: 100px 0 20px 0;

        }

        

        .subtitle {

            text-align: center;

            font-size: 14px;

            color: #666;

            margin-top: 10px;

        }

    </style>

</head>

<body>

    <div class="change-goose">Change Goose</div>

    <div class="main-title">FEED GOOSE</div>

    <div class="subtitle">a pixel adventure</div>

</body>

</html>

Leave a comment

Log in with itch.io to leave a comment.