<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

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

  <title>Play Companion</title>

  <style>

    body { 

      font-family: Arial, sans-serif; 

      text-align: center; 

      padding: 50px; 

      background-color: #f9f9f9; 

      color: #333; 

    }

    h1 { color: #007aff; }

    a { color: #007aff; text-decoration: none; }

    p { max-width: 600px; margin: 0 auto 20px; line-height: 1.5; }

  </style>

</head>

<body>

  <h1>Play Companion</h1>

  <p>Automated scoring app and wireless device for recreational sports, including pickleball.</p>

  <p>We provide software and hardware to help players track their games and performance automatically.</p>

  <p>Contact: <a href="mailto:team@play-companion.com">team@play-companion.com</a></p>

</body>

</html>