-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmsg-404.html
63 lines (60 loc) · 2.66 KB
/
msg-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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>باربن | 404</title>
<meta name="description" content="باربن | 404">
<meta name="author" content="behnamazizi.com">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#664d42">
<meta name="msapplication-navbutton-color" content="#664d42">
<meta name="apple-mobile-web-app-status-bar-style" content="#664d42">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="icon" href="img/barbon.png">
<link rel="stylesheet" href="css/eric-meyer-reset.min.css">
<link rel="stylesheet" href="css/fontiran.css">
<link rel="stylesheet" href="css/fontiran-style.css">
<link rel="stylesheet" href="css/big.css">
<link rel="stylesheet" href="css/medium.css">
<link rel="stylesheet" href="css/small.css">
<!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> -->
<script>if (!window.jQuery) { document.write('<script src="js/jquery.min.js"><\/script>');}</script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body style="padding:0;" class="msg">
<header class="msg">
<a href="index.html"><img src="img/logo-h-color.svg" alt="باربن" /></a>
<a class="return" href="index.html">بازگشت به صفحه اصلی باربن<i></i></a>
</header>
<main class="msg clearfix">
<div class="symbol">
<i></i>
</div>
<p>
<b>متاسفانه چنین صفحهای در باربن وجود ندارد</b>
<br>
احتمال دارد اطلاعاتی که در نوار آدرس مروگرتان وارد کردهاید اشتباه باشد؛ و یا صفحه مورد نظرتان حذف شده است.
<br>
با اینحال پیشنهاد میکنیم به
<a href="index.html">صفحه اصلی باربن</a>
مراجعه کنید تا از آخرین تغییرات سایت با خبر شوید. و یا به
<a href="products.html">لیست آگهیهای باربن</a>
سر بزنید تا آخرین آگهیها را ببیند. و یا برای مدیریت آگهیهای خود و یا ایجاد آگهی جدید به
<a href="profile.html">حساب کاربری</a>تان وارد شوید.
</p>
</main>
<footer class="msg">
<nav>
<a href="bazaar.html">صفحه اصلی</a>
<a href="bazaar.html">بازار</a>
<a href="magazine.html">مجله</a>
<a href="profile.html">حساب کاربری</a>
</nav>
</footer>
<!-- Scripts -->
<script src="js/modernizr-custom.js"></script>
<script src="js/custom.js"></script>
</body>
</html>