-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 1.86 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
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>فال حافظ آنلاین</title>
<link rel="stylesheet" href="themes/default/css/bootstrap.rtl.min.css">
<link rel="stylesheet" href="themes/default/css/bootstrap-icons.min.css">
<link rel="stylesheet" href="themes/default/css/style.css">
<script src="themes/default/js/jquery-3.7.1.min.js"></script>
<script src="themes/default/js/hafez.js" defer></script>
<script src="themes/default/js/script.js" defer></script>
</head>
<body class="light">
<main class="mt-6">
<p class="besmeAllah">بِسْمِ اللَّهِ الرَّحْمَٰنِ الرَّحِیمِ</p>
<h1 class="badge text-bg-primary">فال حافظ آنلاین</h1>
<br><br>
<p class="alert alert-primary" role="alert">به فال حافظ آنلاین خوش آمدید...</p>
<br><br>
<div id="arthor">
<a href="hafez/index.html"><button type="button"
class="btn btn-outline-primary"><i class="bi bi-book"></i>
حافظ >> فال حافظ</button></a>
<a href="saadi/index.html"><button type="button"
class="btn btn-outline-danger"><i class="bi bi-book"></i>
سعدی >> غزلیات</button></a>
<a href="molana/index.html"><button class="btn btn-outline-success">
<i class="bi bi-book"></i> مولانا >> دیوان شمس</button></a>
<a href="khayam/index.html"><button class="btn btn-outline-warning">
<i class="bi bi-book"></i> خیام >> رباعیات</button></a>
</div>
<div class="badge text-bg-danger btn-top">
<div class="btn-top-parent">
<span class="bi bi-chevron-up"></span>
</div>
</div>
<br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br>
<footer>
<span>Designed by Yasin Rabiee</span>
</footer>
</main>
</body>
</html>