cd "/Users/animuradyan/Downloads/project 9"


cat > index.html <<'EOF'

<!doctype html>

<html lang="en">

  <head>

    <meta charset="UTF-8" />

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

    <title>course.tips</title>

    <link rel="manifest" href="/manifest.webmanifest" />

  </head>

  <body>

    <div id="root"></div>

    <script type="module" src="/src/main.tsx"></script>

  </body>

</html>

EOF