-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
49 lines (44 loc) · 1.89 KB
/
404.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 class="no-js" lang="ar" dir="rtl">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href='Rawan-images/elhizazi1.png' rel='icon' type='image/x-icon'/>
<meta content='https://raw.githubusercontent.com/elhizazi1/Info/main/Rawan-images/404.png' property='og:image'/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Oswald:700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400" rel="stylesheet">
<link href="css/css?family=Roboto" rel="stylesheet">
<!-- Font Awesome Icon -->
<link type="text/css" rel="stylesheet" href="css/font-awesome.min.css" />
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="css/Rawan.css" />
</head>
<body>
<div id="notfound">
<div class="notfound-bg">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="notfound">
<div class="notfound-404">
<h1>404</h1>
</div>
<h2>الصفحة غير متاحة</h2>
<p>اوبس! ربما الصفحة التي تحاول الوصول اليها تم ازالتها او رابط الانتقال غير صحيح.</p>
<a href="index.html">الرجوع للصفحة الرئيسية</a>
<div class="notfound-social">
<a href="https://facebook.com/elhizazi1" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://instagram.com/elhizazi1" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://twitter.com/elhizazi1" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/elhizazi1" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://gitlab.com/elhizazi1" target="_blank"><i class="fa fa-gitlab"></i></a>
</div>
</div>
</div>
</body>
</html>