Skip to content

ehhh #2335

Open
Open
ehhh#2335
@HarbertSammyG

Description

@HarbertSammyG
<title>Simple PHP App</title> <style> body { font-family: Arial, sans-serif; background-color: #f4f4f4; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .container { background-color: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align: center; } input[type="text"] { padding: 10px; width: 80%; margin: 10px 0; border-radius: 5px; border: 1px solid #ccc; } input[type="submit"] { padding: 10px 20px; background-color: #5cb85c; border: none; color: white; border-radius: 5px; cursor: pointer; } input[type="submit"]:hover { background-color: #4cae4c; } .greeting { margin-top: 20px; font-size: 1.2em; color: #333; } </style>

Greet Me!

">
    <div class="greeting">
        <?php
        if (!empty($name)) {
            echo "<p>Hello, $name!</p>";
        }
        ?>
    </div>
</div>

<script>
    // Simple JavaScript to focus on the input field when the page loads
    document.querySelector('input[name="name"]').focus();
</script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions