-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
32 lines (27 loc) · 842 Bytes
/
404.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
<?php
/**
* The template for displaying 404 pages (Not Found)
*/
get_header(); ?>
<section class="page_404">
<div class="container">
<div class="row">
<div class="col-sm-12 ">
<div class="col-sm-10 col-sm-offset-1 text-center">
<div class="four_zero_four_bg">
<h1 class="text-center ">404</h1>
</div>
<div class="contant_box_404">
<h3 class="h2">
فکر کنم گم شدی
</h3>
<a href="http://spy-game.ir/" class="bg-main m-3 p-3">میخوام برگردم صفحه اصلی</a>
</div>
</div>
</div>
</div>
</div>
</section>
<?php
get_footer();
?>