-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoffline.html
More file actions
51 lines (51 loc) · 1.93 KB
/
Copy pathoffline.html
File metadata and controls
51 lines (51 loc) · 1.93 KB
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
50
51
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>الأيقونة للعطور - غير متصل</title>
<link rel="icon" href="icon.png" type="image/png">
<link rel="apple-touch-icon" href="icon-192x192.png">
<meta name="theme-color" content="#000000">
<title>الأيقونة للعطور - جودة وأصالة</title>
<link rel="stylesheet" href="styles.css">
<link rel="offline" href="offline.html">
<link rel="index" href="index.html">
<link rel="men" href="men.html">
<link rel="female" href="female.html">
<link rel="moan" href="moan.html">
<link rel="script" href="script.js">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
body {
font-family: 'Cairo', sans-serif;
background-color: #121212;
color: #E0E0E0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
text-align: center;
}
.container {
padding: 20px;
border: 2px solid #D4AF37;
border-radius: 10px;
}
h1 {
color: #D4AF37;
}
</style>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap">
</head>
<body>
<div class="container">
<img src="moant4.jpg" alt="شعار المتجر" width="100%">
<h1>أنت غير متصل بالإنترنت</h1>
<p>يرجى التحقق من اتصالك بالشبكة والمحاولة مرة أخرى.</p>
<p>بعض محتوى متجر الأيقونة للعطور قد يكون متاحاً من الذاكرة المؤقتة.</p>
</div>
</body>
</html>