<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>Deer Creek Sharp Shooters</title>
    <script type="text/javascript">
        // Redirect all 404s back to index.html for SPA routing
        window.location.replace('/');
    </script>
</head>
<body>
    <p>Redirecting...</p>
</body>
</html>
