Add deploy env for production

This commit is contained in:
0x1eef 2024-08-27 19:35:31 -03:00
parent ffd9420528
commit d9f8fe1f9b
1851 changed files with 1419 additions and 46830 deletions

1
.gitignore vendored
View file

@ -9,3 +9,4 @@ dist/
/crash.log
/*.core/
/nanoc.yaml
/source

23
Gemfile
View file

@ -1,23 +1,2 @@
# frozen_string_literal: true
source "https://rubygems.org"
##
# nanoc
gem "nanoc", "~> 4.12"
##
# filters
gem "nanoc-gzip.rb"
gem "nanoc-webpack.rb", "~> 0.10"
gem "nanoc-tidy.rb", "~> 0.8.4"
##
# dev
gem "server.rb"
gem "ryo.rb"
gem "standard", "~> 1.24"
gem "paint", "~> 2.3"
gem "listen", "~> 3.0"
gem "test-cmd.rb"
gem "rexml", "~> 3.3.3"
gem "rake", "~> 13.2"
gem "rake"

View file

@ -1,166 +1,14 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
coderay (1.1.3)
colored (1.2)
concurrent-ruby (1.3.4)
cri (2.15.12)
ddmetrics (1.1.0)
ddplugin (1.0.3)
diff-lcs (1.5.1)
ffi (1.17.0)
immutable-ruby (0.2.0)
concurrent-ruby (~> 1.1)
sorted_set (~> 1.0)
json (2.7.2)
json_schema (0.21.0)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
memo_wise (1.9.0)
method_source (1.1.0)
nanoc (4.13.0)
addressable (~> 2.5)
colored (~> 1.2)
nanoc-checking (~> 1.0, >= 1.0.2)
nanoc-cli (= 4.13.0)
nanoc-core (= 4.13.0)
nanoc-deploying (~> 1.0)
parallel (~> 1.12)
tty-command (~> 0.8)
tty-which (~> 0.4)
nanoc-checking (1.0.5)
nanoc-cli (~> 4.12, >= 4.12.5)
nanoc-core (~> 4.12, >= 4.12.5)
nanoc-cli (4.13.0)
cri (~> 2.15)
diff-lcs (~> 1.3)
nanoc-core (= 4.13.0)
pry
zeitwerk (~> 2.1)
nanoc-core (4.13.0)
base64 (~> 0.2)
concurrent-ruby (~> 1.1)
ddmetrics (~> 1.0)
ddplugin (~> 1.0)
immutable-ruby (~> 0.1)
json_schema (~> 0.19)
memo_wise (~> 1.5)
psych (>= 4.0, < 6.0)
slow_enumerator_tools (~> 1.0)
tty-platform (~> 0.2)
zeitwerk (~> 2.1)
nanoc-deploying (1.0.2)
nanoc-checking (~> 1.0)
nanoc-cli (~> 4.11, >= 4.11.15)
nanoc-core (~> 4.11, >= 4.11.15)
nanoc-gzip.rb (0.2.4)
nanoc (~> 4.12)
nanoc-tidy.rb (0.8.4)
ryo.rb (~> 0.5)
test-cmd.rb (~> 0.12.4)
nanoc-webpack.rb (0.10.6)
ryo.rb (~> 0.5)
test-cmd.rb (~> 0.12.4)
nio4r (2.7.3)
paint (2.3.0)
parallel (1.26.2)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
pastel (0.8.0)
tty-color (~> 0.5)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.1.2)
stringio
public_suffix (6.0.1)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.7)
rainbow (3.1.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbtree (0.4.6)
regexp_parser (2.9.2)
rexml (3.3.6)
strscan
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.0)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
ryo.rb (0.5.6)
server.rb (0.4.0)
puma (~> 6.3)
rack (~> 3.0)
set (1.1.0)
slow_enumerator_tools (1.1.0)
sorted_set (1.0.3)
rbtree
set (~> 1.0)
standard (1.40.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.65.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.4)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.4.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.21.0)
stringio (3.1.1)
strscan (3.1.0)
test-cmd.rb (0.12.4)
tty-color (0.6.0)
tty-command (0.10.1)
pastel (~> 0.8)
tty-platform (0.3.0)
tty-which (0.5.0)
unicode-display_width (2.5.0)
zeitwerk (2.6.17)
PLATFORMS
amd64-freebsd-14
amd64-freebsd-15
ruby
DEPENDENCIES
listen (~> 3.0)
nanoc (~> 4.12)
nanoc-gzip.rb
nanoc-tidy.rb (~> 0.8.4)
nanoc-webpack.rb (~> 0.10)
paint (~> 2.3)
rake (~> 13.2)
rexml (~> 3.3.3)
ryo.rb
server.rb
standard (~> 1.24)
test-cmd.rb
rake
BUNDLED WITH
2.5.9
2.5.14

107
README.md
View file

@ -1,107 +0,0 @@
## About
This repository contains the source code of
[al-quran.reflectslight.io](https://al-quran.reflectslight.io) -
a static website for reading (and listening to)
The Noble Quran. After the website is built,
the build directory consists of HTML, CSS, JavaScript
and other static assets that can be hosted by
a web server such as nginx, apache, et cetera.
## Requirements
The following languages and tools have to be
installed to build the website from source:
* Ruby 3.2 (or later)
* NodeJS v18.15 (or later)
* [tidy-html5](https://github.com/htacg/tidy-html5)
## Development
# Clone repository
git clone https://github.com/ReflectsLight/al-quran.reflectslight.io
cd al-quran.reflectslight.io
# Setup build environment
bin/setup
# List all tasks
bundle exec rake -T
# Build website (dev build)
bundle exec rake nanoc:build
# Build website (production build)
bundle exec rake nanoc:build[production]
# Start web server
bundle exec rake server
## Configuration
* **server.base_url** <br>
If you plan to host the website on
your own domain you should update
[nanoc.yaml](nanoc.yaml.sample)
first. In certain places
links will reference
https://al-quran.reflectslight.io
instead of using a relative path.
For example
[/src/sitemap.xml.erb](/src/sitemap.xml.erb)
is one such place. Those links can be updated
to your own domain by changing the `server.base_url`
field in
[nanoc.yaml](nanoc.yaml.sample)
before running `bundle exec rake nanoc:build`.
* **audio.base_url** <br>
`audio.base_url` controls what web server serves
audio content.
[The default](https://audio1.al-quran.reflectslight.io/rifai)
works out of the box. The URL for an audio file is
resolved by joining `audio.base_url` and
`/<surahid>/<ayahid>.mp3`. The `audio.base_url` option
makes it relatively easy to change the reciter
at build time, before deploying the website.
The https://audio1.al-quran.reflectslight.io endpoint
provides the following recitations:
- Mishari bin Rashed Alafasy <br>
https://audio1.al-quran.reflectslight.io/alafasy
- Ahmad bin Ali Al-Ajmi <br>
https://audio1.al-quran.reflectslight.io/alajmi
- Sahl Yassin <br>
https://audio1.al-quran.reflectslight.io/yassin
- Hani ar-Rifai <br>
https://audio1.al-quran.reflectslight.io/rifai
**Note**<br>
Due to their overall size the audio files are the only
files **not** kept in this repository. The audio files
are hosted by https://audio1.al-quran.reflectslight.io
instead.
## Thanks
الْحَمْدُ لِلَّهِ رَبِّ الْعَالَمِينَ
* Thanks to the graphic artists:
- [RefreshIcon](/src/js/components/Icon.tsx)
by
[Muhammad Haq](https://freeicons.io/profile/823)
* Thanks to the translators:
- English (The Clear Quran) by Dr. Mustafa Khattab
- Farsi by Hussain Ansarian
* Thanks to the reciters:
- Mishari bin Rashed Alafasy
- Ahmad bin Ali Al-Ajmi
- Sahl Yassin
- Hani ar-Rifai
## License
The "source code" is released under the terms of the GPL <br>
See [LICENSE](./share/al-quran.reflectslight.io/LICENSE) for details

24
Rakefile Normal file
View file

@ -0,0 +1,24 @@
namespace :source do
task :clone do
sh "git clone " \
"http://git.bastion.home.network/ReflectsLight/al-quran.reflectslight.io " \
"source/"
end
task :pull do
Dir.chdir File.join(__dir__, "source") do
sh "git pull --rebase origin main"
end
end
task :build do
sh "rm -rf build/"
Dir.chdir File.join(__dir__, "source") do
Bundler.with_unbundled_env do
sh "bundle exec rake nanoc:clean"
sh "bundle exec rake nanoc:build[production]"
sh "mv build/ ../"
end
end
end
end

View file

@ -1,22 +0,0 @@
# frozen_string_literal: true
require "bundler/setup"
require "nanoc"
require "ryo"
require "ryo/yaml"
require "ryo/json"
require_relative "nanoc/lib/utils"
include Utils
begin
load "rake/tasks/deploy.rake"
rescue LoadError => ex
warn "[warn] #{ex.class}: #{ex.message}"
end
load "rake/tasks/format.rake"
load "rake/tasks/nanoc.rake"
load "rake/tasks/t.rake"
load "rake/tasks/ci.rake"
load "rake/tasks/server.rake"
task default: "nanoc:build"

73
Rules
View file

@ -1,73 +0,0 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
##
# Requires
require "ryo"
require "ryo/json"
require "ryo/yaml"
require "nanoc-gzip"
require "nanoc-webpack"
require "nanoc-tidy"
##
# Extensions
[Nanoc::RuleDSL::CompilationRuleContext, Nanoc::RuleDSL::CompilerDSL].each { _1.prepend(Utils) }
Nanoc::RuleDSL::CompilationRuleContext.prepend(Nanoc::Extension::AnonymousFilter)
Nanoc::RuleDSL::CompilerDSL.prepend(Nanoc::Extension::RequireRules)
##
# Locals
locales = %w[ar fa en]
name_by_id = Ryo.from_json(path: File.join(dirs.content, "json", "nameById.json"))
tdata = Ryo.from_json(path: File.join(dirs.content, "json", "t.json"))
surahs = Ryo.from_json(path: File.join(dirs.content, "json", "surahs.json"))
tidy = `which tidy || which tidy5`.chomp
buildenv = ENV["buildenv"] || "development"
etcdir = File.join(__dir__, "etc")
##
# Filters
Nanoc::Webpack
.default_argv
.replace([*Nanoc::Webpack.default_argv, "--config", File.join(etcdir, "webpack.#{buildenv}.js")].uniq)
Nanoc::Tidy
.default_argv
.replace([*Nanoc::Tidy.default_argv, "-upper"].uniq)
##
# See packages/typescript/postman
compile "/css/vendor/postman.css" do
write("/css/vendor/postman.css")
end
##
# /sitemap.xml
compile "/sitemap.xml.erb" do
filter(:erb, locals: {locales:, name_by_id:})
filter proc { _1.each_line.reject { |s| s.strip.empty? }.join }
write("/sitemap.xml")
end
##
# /robots.txt
compile "/robots.txt" do
write("/robots.txt")
end
##
# /json/durations/*.json
passthrough "/json/durations/*.json"
##
# Rules
require_rules "nanoc/rules/assets"
require_rules "nanoc/rules/redirect", {locales:, tidy:}
require_rules "nanoc/rules/random", {locales:, tdata:, tidy:}
require_rules "nanoc/rules/surah-stream", {locales:, tdata:, surahs:, name_by_id:, tidy:}
require_rules "nanoc/rules/surah-index", {locales:, tdata:, tidy:}
##
# Catch-all
compile("/**/*") { write(nil) }
layout("**/*", :erb)

View file

@ -1,59 +0,0 @@
#!/bin/sh
set -e
##
# functions
printok()
{
echo "ok: ${1}"
}
printerr()
{
echo "error: ${1}"
}
require_dependency()
{
local cmd
for i in $(seq 1 $#); do
eval "cmd=\$${i}"
if which "${cmd}" > /dev/null 2>&1; then
printok "${cmd} found"
else
printerr "${cmd} is required but was not found on \$PATH"
exit 1
fi
done
}
##
# main
require_dependency git bundle npm
git submodule update -f --init --recursive
printok "submodules checked out"
bundle install
printok "ruby dependencies installed"
npm i
printok "nodejs dependencies installed"
if [ ! -e "nanoc.yaml" ]; then
cp nanoc.yaml.sample nanoc.yaml
printok "nanoc.yaml.sample -> nanoc.yaml"
fi
found=0
for t in tidy tidy5; do
if which ${t} > /dev/null 2>&1; then
found=1
break
fi
done
if [ "${found}" = "1" ]; then
printok "tidy-html5 found"
else
printerr "tidy-html5 is required but was not found on \$PATH"
fi

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-fatihah/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-fatihah/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-fatihah/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="1" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/yunus/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/yunus/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/yunus/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="10" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-adiyat/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-adiyat/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-adiyat/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="100" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-qariah/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-qariah/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-qariah/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="101" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/at-takathur/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/at-takathur/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/at-takathur/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="102" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-asr/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-asr/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-asr/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="103" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-humazah/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-humazah/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-humazah/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="104" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-fil/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-fil/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-fil/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="105" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/quraysh/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/quraysh/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/quraysh/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="106" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-maun/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-maun/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-maun/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="107" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-kawthar/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-kawthar/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-kawthar/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="108" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-kafirun/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-kafirun/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-kafirun/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="109" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/hud/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/hud/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/hud/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="11" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/an-nasr/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/an-nasr/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/an-nasr/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="110" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-masad/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-masad/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-masad/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="111" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-ikhlas/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-ikhlas/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-ikhlas/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="112" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-falaq/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-falaq/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-falaq/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="113" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/an-nas/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/an-nas/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/an-nas/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="114" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/yusuf/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/yusuf/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/yusuf/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="12" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/ar-rad/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/ar-rad/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/ar-rad/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="13" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/ibrahim/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/ibrahim/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/ibrahim/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="14" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-hijr/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-hijr/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-hijr/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="15" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/an-nahl/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/an-nahl/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/an-nahl/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="16" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-isra/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-isra/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-isra/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="17" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-kahf/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-kahf/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-kahf/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="18" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/maryam/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/maryam/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/maryam/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="19" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-baqarah/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-baqarah/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-baqarah/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="2" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/taha/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/taha/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/taha/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="20" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-anbya/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-anbya/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-anbya/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="21" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-hajj/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-hajj/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-hajj/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="22" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-muminun/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-muminun/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-muminun/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="23" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/an-nur/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/an-nur/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/an-nur/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="24" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-furqan/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-furqan/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-furqan/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="25" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/ash-shuara/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/ash-shuara/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/ash-shuara/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="26" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/an-naml/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/an-naml/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/an-naml/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="27" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-qasas/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-qasas/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-qasas/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="28" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-ankabut/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-ankabut/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-ankabut/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="29" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/ali-imran/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/ali-imran/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/ali-imran/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="3" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/ar-rum/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/ar-rum/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/ar-rum/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="30" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/luqman/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/luqman/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/luqman/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="31" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/as-sajdah/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/as-sajdah/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/as-sajdah/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="32" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-ahzab/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-ahzab/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-ahzab/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="33" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/saba/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/saba/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/saba/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="34" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/fatir/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/fatir/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/fatir/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="35" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/ya-sin/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/ya-sin/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/ya-sin/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="36" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/as-saffat/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/as-saffat/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/as-saffat/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="37" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/sad/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/sad/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/sad/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="38" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/az-zumar/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/az-zumar/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/az-zumar/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="39" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/an-nisa/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/an-nisa/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/an-nisa/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="4" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/ghafir/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/ghafir/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/ghafir/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="40" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/fussilat/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/fussilat/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/fussilat/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="41" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/ash-shuraa/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/ash-shuraa/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/ash-shuraa/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="42" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/az-zukhruf/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/az-zukhruf/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/az-zukhruf/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="43" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/ad-dukhan/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/ad-dukhan/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/ad-dukhan/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="44" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-jathiyah/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-jathiyah/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-jathiyah/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="45" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-ahqaf/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-ahqaf/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-ahqaf/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="46" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/muhammad/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/muhammad/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/muhammad/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="47" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-fath/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-fath/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-fath/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="48" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-hujurat/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-hujurat/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-hujurat/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="49" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-maidah/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-maidah/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-maidah/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="5" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/qaf/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/qaf/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/qaf/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="50" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/adh-dhariyat/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/adh-dhariyat/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/adh-dhariyat/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="51" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/at-tur/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/at-tur/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/at-tur/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="52" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/an-najm/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/an-najm/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/an-najm/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="53" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-qamar/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-qamar/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-qamar/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="54" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/ar-rahman/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/ar-rahman/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/ar-rahman/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="55" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-waqiah/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-waqiah/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-waqiah/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="56" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-hadid/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-hadid/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-hadid/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="57" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-mujadila/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-mujadila/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-mujadila/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="58" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-hashr/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-hashr/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-hashr/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="59" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-anam/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-anam/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-anam/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="6" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-mumtahanah/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-mumtahanah/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-mumtahanah/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="60" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/as-saf/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/as-saf/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/as-saf/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="61" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-jumuah/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-jumuah/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-jumuah/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="62" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-munafiqun/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-munafiqun/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-munafiqun/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="63" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/at-taghabun/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/at-taghabun/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/at-taghabun/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="64" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/at-talaq/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/at-talaq/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/at-talaq/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="65" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/at-tahrim/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/at-tahrim/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/at-tahrim/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="66" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-mulk/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-mulk/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-mulk/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="67" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-qalam/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-qalam/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-qalam/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="68" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-haqqah/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-haqqah/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-haqqah/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="69" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-araf/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-araf/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-araf/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="7" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-maarij/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-maarij/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-maarij/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="70" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/nuh/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/nuh/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/nuh/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="71" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-jinn/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-jinn/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-jinn/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="72" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-muzzammil/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-muzzammil/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-muzzammil/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="73" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-muddaththir/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-muddaththir/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-muddaththir/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="74" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-qiyamah/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-qiyamah/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-qiyamah/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="75" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-insan/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-insan/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-insan/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="76" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/al-mursalat/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/al-mursalat/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/al-mursalat/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="77" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/an-naba/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/an-naba/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/an-naba/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="78" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

View file

@ -41,7 +41,7 @@
<META name="viewport" content="width=device-width, initial-scale=1.0">
<META name="description" content="قراءة والاستماع إلى القرآن الكريم">
<META name="version" content="0.9.0">
<META name="revision" content="4733c1bf83cf4c23e4f9afdc4827289de6ead7db">
<META name="revision" content="ffd942052821f4785958b0a27be37512f770047f">
<LINK rel="canonical" href="https://al-quran.reflectslight.io/ar/an-naziat/">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/ar/an-naziat/" hreflang="ar">
<LINK rel="alternate" href="https://al-quran.reflectslight.io/fa/an-naziat/" hreflang="fa">
@ -60,6 +60,6 @@
</DIV>
</DIV>
<DIV class="root" data-surah-id="79" data-audio-base-url="https://audio1.al-quran.reflectslight.io/rifai"></DIV>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=4733c1bf83cf4c23e4f9afdc4827289de6ead7db"></SCRIPT>
<SCRIPT src="/js/loaders/surah-stream-loader.js?v=ffd942052821f4785958b0a27be37512f770047f"></SCRIPT>
</BODY>
</HTML>

Some files were not shown because too many files have changed in this diff Show more