-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9dfedc
commit fb97ddd
Showing
126 changed files
with
2,388 additions
and
3,434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,22 @@ | ||
<?php get_header(); ?> | ||
<main class="page_404"> | ||
<div class="wrapper"> | ||
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/404.png" alt="404" class="image_404"> | ||
<p class="error-404-text text-white">صفحه مورد نظر یافت نشد.</p> | ||
<a class="error-404-link-back" href="<?php echo get_bloginfo('url'); ?>">رفتن به صفحه اصلی</a> | ||
</div> | ||
</main> | ||
<?php get_footer(); ?> | ||
<!DOCTYPE html> | ||
<html lang="fa"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>یافت نشد</title> | ||
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/assets/style.css"> | ||
</head> | ||
|
||
<body class="bg_white"> | ||
<main> | ||
<div class="page_404"> | ||
<h1 class="title_404"><404></h1> | ||
<p class="description_404">پیداش نکردم :(</p> | ||
<a href="<?php get_bloginfo('url'); ?>">برو صفحه اصلی</a> | ||
</div> | ||
</main> | ||
|
||
</body> | ||
|
||
</html> |
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.