-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path403.php
53 lines (42 loc) · 1.91 KB
/
403.php
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
<?php
error_reporting(0);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>خطا عدم دسترسی به صفحه</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/error-page.css">
<link href="http://icons.iconarchive.com/icons/custom-icon-design/flatastic-8/16/Addons-icon.png" rel="shortcut icon">
</head>
<body>
<section id="panel-error">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="panel text-center">
<span><h1 class="wow fadeIn" data-wow-delay=".5s">403</h1></span>
<span><h2 class="wow fadeInDown" data-wow-delay="1s"><strong>Sorry! Access Denied...</strong></h2></span>
<span><h2 class="wow fadeInDown" data-wow-delay="1.5s"><strong>متاسفیم اجازه دسترسی به این صفحه ندارید</strong></h2></span>
<span><a href="index.php" class="btn btn-primary wow fadeInDown" data-wow-delay="2s">بازگشت به صفحه اصلی</a></span>
<span><h4 class="wow fadeIn" data-wow-delay="3s"><i class="fa fa-copyright"> Copyright 2017</i> طراحی توسعه و پشتیبانی توسط تیم طراحی و توسعه رش بیت</h4></span>
</div>
</div>
</div>
</div>
</section>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>