<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

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

  <title>Tilawat Mino – Qur'an Speech Recognition App</title>

  <meta name="description" content="Tilawat Mino helps you improve your Qur'an recitation by recognizing and identifying mistakes in your speech.">

  <meta name="keywords" content="Tilawat Mino, Qur'an, speech recognition, Islamic app, Quran recitation">

  <meta property="og:title" content="Tilawat Mino – Qur'an Speech Recognition App">

  <meta property="og:description" content="Improve your Qur'an recitation with Tilawat Mino.">

  <meta property="og:type" content="website">

  <style>

    body { font-family: Arial, sans-serif; margin:0; padding:0; background:#f9f9f9; color:#333;}

    header { background:#1e3a8a; color:white; padding:2rem; text-align:center;}

    main { padding:2rem; max-width:800px; margin:auto;}

    a { color:#1e3a8a; text-decoration:none; }

    footer { background:#f1f1f1; text-align:center; padding:1rem; margin-top:2rem;}

    h1 { margin-bottom:0.5rem;}

    p { line-height:1.6;}

    .btn { display:inline-block; margin-top:1rem; padding:0.7rem 1.2rem; background:#1e3a8a; color:white; border-radius:5px;}

  </style>

</head>

<body>

  <header>

    <h1>Tilawat Mino</h1>

    <p>Recognize mistakes and improve your Qur'an recitation</p>

    <a href="/privacy/" class="btn">Privacy Policy</a>

    <a href="/terms/" class="btn">Terms of Use</a>

  </header>

  <main>

    <h2>About the App</h2>

    <p>Tilawat Mino is a mobile application that helps users improve their Qur'an recitation. It uses speech recognition technology to identify mistakes and guide you in correcting them.</p>

    <h2>Features</h2>

    <ul>

      <li>Speech recognition to detect pronunciation mistakes.</li>

      <li>Option to log in using email and password.</li>

      <li>Track your progress over time.</li>

    </ul>

    <p>Start improving your recitation today!</p>

  </main>

  <footer>

    &copy; 2025 Tilawat Mino. All rights reserved.

  </footer>

</body>

</html>