-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (30 loc) · 1.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Hadith generator app">
<meta name="keywords" content="Hadith generator app">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/png" sizes="32x32" href="images/Arabic-Calligraphy-of-the-Prophet-Muhammad.png">
<title>Hadith generator app</title>
</head>
<body>
<!-- Main Container -->
<main class="main-container">
<p class="hadith-information">Book: Al-Tirmidhi, Hadith Number: 7</p>
<!-- Quote -->
<q class="hadiths">The Prophet (ﷺ) said: "May God bless the faces of those who heard my words, memorized them thoroughly, and then passed them on to others."</q>
<!-- Line Section -->
<div class="line">
<div class="line-image">
</div>
</div>
<!-- Dice BTN -->
<div class="button-section">
<div class="dice-img"></div>
</div>
</main>
<script src="app.js"></script>
</body>
</html>