This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="surah"> | |
<h2>Surah Al-Fatiha</h2> | |
<p>بِسْمِ اللَّهِ الرَّحْمَٰنِ الرَّحِيمِ</p> | |
<p>In the name of Allah, the Most Gracious, the Most Merciful.</p> | |
<!-- Add the rest of the Surah content here --> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<style> | |
/* Style for the header */ | |
.header { | |
background-color: #333; | |
color: #fff; |