This repository has been archived by the owner on Jul 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·39 lines (37 loc) · 1.83 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Description" content="Statistics about Corona virus (COVID 19) in Algeria">
<meta property="og:url" content="https://corona-dz.now.sh" />
<meta property="og:type" content="website" />
<meta property="og:title" content="إحصائيات فيروس كورونا في الجزائر" />
<meta property="og:description" content="إحصائيات موثقة من وزارة الصحة حول داء كورونا المستجد" />
<meta property="og:image" content="https://corona-dz.now.sh/assets/img/og-image.png">
<link rel="stylesheet" href="/assets/css/style.min.css" media="screen">
<link rel="shortcut icon" href="/assets/img/corona.webp">
<title> إحصائيات فيروس كورونا في الجزائر</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-144844029-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-144844029-1');
</script>
</head>
<body>
<div class="container pt-5">
<div class="row pt-5">
<div class="col-12 text-center timeline-info pt-5">
<h1>يبدو أنك قد أضعت الطريق</h1>
<a href="/">عودة للصفحة الرئيسية</a>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script src="/assets/js/app.bundle.js"></script>
</body>
</html>