diff --git a/assets/pasted-20251203-035146-637e36bc.png b/assets/pasted-20251203-035146-637e36bc.png
new file mode 100644
index 0000000..e474903
Binary files /dev/null and b/assets/pasted-20251203-035146-637e36bc.png differ
diff --git a/assets/vm-shot-2025-12-03T03-46-09-348Z.jpg b/assets/vm-shot-2025-12-03T03-46-09-348Z.jpg
new file mode 100644
index 0000000..963e9d0
Binary files /dev/null and b/assets/vm-shot-2025-12-03T03-46-09-348Z.jpg differ
diff --git a/index.php b/index.php
index 7205f3d..1d4931d 100644
--- a/index.php
+++ b/index.php
@@ -4,147 +4,107 @@ declare(strict_types=1);
@error_reporting(E_ALL);
@date_default_timezone_set('UTC');
-$phpVersion = PHP_VERSION;
-$now = date('Y-m-d H:i:s');
+$vocabularyData = [
+ 'title' => 'Quranic Vocabulary Master (85% Coverage)',
+ 'decks' => [
+ [
+ 'name' => 'Deck 1: Core Prepositions & Conjunctions',
+ 'words' => [
+ ['arabic' => "'Alā", 'english' => 'On'],
+ ['arabic' => "'An", 'english' => 'About'],
+ ['arabic' => 'Bi', 'english' => 'In, with, by'],
+ ['arabic' => 'Fī', 'english' => 'In'],
+ ['arabic' => 'Ilā', 'english' => 'To'],
+ ['arabic' => 'Ka', 'english' => 'Like'],
+ ['arabic' => 'Li', 'english' => 'To, for'],
+ ['arabic' => 'Maa`', 'english' => 'With'],
+ ['arabic' => 'Min', 'english' => 'From'],
+ ['arabic' => 'Wa', 'english' => 'And'],
+ ['arabic' => 'Fa', 'english' => 'Then, therefore, so'],
+ ['arabic' => 'Thumma', 'english' => 'Then'],
+ ['arabic' => 'Am', 'english' => 'Or'],
+ ['arabic' => 'In', 'english' => 'If, indeed'],
+ ['arabic' => 'An', 'english' => 'That'],
+ ['arabic' => 'Law', 'english' => 'If']
+ ]
+ ],
+ [
+ 'name' => 'Deck 2: Pronouns (Detached)',
+ 'words' => [
+ ['arabic' => 'Ana', 'english' => 'I'],
+ ['arabic' => 'Nahnu', 'english' => 'We'],
+ ['arabic' => 'Anta', 'english' => 'You (m. sing.)'],
+ ['arabic' => 'Anti', 'english' => 'You (f. sing.)'],
+ ['arabic' => 'Antum', 'english' => 'You all (m. pl.)'],
+ ['arabic' => 'Huwa', 'english' => 'He'],
+ ['arabic' => 'Hiya', 'english' => 'She'],
+ ['arabic' => 'Hum', 'english' => 'They (m. pl.)']
+ ]
+ ],
+ ]
+];
+$totalWords = array_reduce($vocabularyData['decks'], function ($sum, $deck) {
+ return $sum + count($deck['words']);
+}, 0);
+
?>
-
-
- New Style
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ = htmlspecialchars($vocabularyData['title']) ?>
+
+
+
+
+
+
-
-
-
-
Analyzing your requirements and generating your website…
-
- Loading…
-
-
= ($_SERVER['HTTP_HOST'] ?? '') === 'appwizzy.com' ? 'AppWizzy' : 'Flatlogic' ?> AI is collecting your requirements and applying the first changes.
-
This page will update automatically as the plan is implemented.
-
Runtime: PHP = htmlspecialchars($phpVersion) ?> — UTC = htmlspecialchars($now) ?>
+
+
+
+
+
+
+
+ = htmlspecialchars($vocabularyData['title']) ?>
+
+
+ Total words: = $totalWords ?>
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+ = htmlspecialchars($word['arabic']) ?>
+ - = htmlspecialchars($word['english']) ?>
+
+
+
+
+
+
+
+
+
+