Single Points Event

Harrisburg, PA

Michael Torres

Fall Swing Off-Hosted by the Hitsquad Baseball Team 9U

Heat up your fall with high-level competition, fast-paced games, and a shot at glory in this action-packed showdown.

Oct 11-12


<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

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

    <title>Registration Confirmation</title>

    <style>

        body {

            font-family: Arial, sans-serif;

            background-color: #f9f9f9;

            color: #333;

            margin: 0;

            padding: 0;

        }

        .container {

            max-width: 600px;

            margin: 20px auto;

            background-color: #fff;

            padding: 20px;

            border-radius: 8px;

            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

        }

        h1 {

            color: #2a7ae2;

        }

        p {

            font-size: 16px;

            line-height: 1.5;

        }

        .footer {

            text-align: center;

            font-size: 14px;

            color: #888;

            margin-top: 20px;

        }

        .button {

            display: inline-block;

            background-color: #2a7ae2;

            color: #fff;

            padding: 10px 20px;

            text-decoration: none;

            border-radius: 5px;

            font-weight: bold;

        }

        .button:hover {

            background-color: #1f5b9d;

        }

    </style>

</head>

<body>

    <div class="container">

        <h1>Registration Confirmation</h1>

        <p>Dear [Recipient Name],</p>

        <p>Thank you for registering for the <strong>[Tournament Name]</strong>! We are excited to have your team join us for an exciting fall baseball experience.</p>

        <p>A follow-up email will be sent shortly with further details, including payment instructions and confirmation of your registration. Please be on the lookout for it in your inbox.</p>

        <p>If you have any questions or need assistance in the meantime, don’t hesitate to reach out.</p>

        <p>Looking forward to seeing you on the field!</p>

        <p>Best regards, <br>

        [Your Name] <br>

        [Your Contact Information] <br>

        <strong>[Event Name] Team</strong></p>

        <div class="footer">

            <p>If you didn’t register or believe this was sent to you by mistake, please <a href="mailto:[Your Email]" class="button">contact us</a>.</p>

        </div>

    </div>

</body>

</html>