-
Notifications
You must be signed in to change notification settings - Fork 0
/
notification.html
49 lines (45 loc) · 1.9 KB
/
notification.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
46
47
48
49
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="2G9">
<link href="./output.css" rel="stylesheet">
<title>Favorite PAge</title>
<link rel="icon" type="image/png" href="./images/logo.png">
<!-- Icons -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:[email protected]&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script src="./js/script.js"></script>
</head>
<style>
body {
font-family: "Noto Kufi Arabic", sans-serif;
}
</style>
<body >
<!-- Start Navbar -->
<div id="navbar"></div>
<!-- End Navbar -->
<!-- Start Section -->
<div class="container mx-auto p-5">
<h2 class="text-[#2B2F4E] font-bold sm:text-[40px] text-2xl mt-5"> الاشعارات</h2>
<div class="flex flex-col items-center justify-center gap-10 mt-20">
<img src="./images/notification.webp" alt="Notification">
<h2 class="sm:text-[39.19px] text-2xl font-medium text-[#111827]">ليس لديك اي اشعارات</h2>
</div>
</div>
<!-- End Section -->
<!-- Start Icons -->
<div id="icons"></div>
<!-- End Icons -->
<!-- Start Footer -->
<div id="footer" class="md:block hidden"></div>
<!-- End Footer -->
</body>
</html>