Skip to content

Commit f257813

Browse files
First comment
0 parents  commit f257813

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+12613
-0
lines changed

404.php

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php get_header(); ?>
2+
<!-- Main -->
3+
<div id="main">
4+
<div class="error" style="text-align: center;">
5+
<img src="<?php echo get_theme_file_uri() ?>/images/404-Error.png" alt="404 Error">
6+
<p style="text-align: center;">Back to <a href="<?php echo esc_url( home_url( '/' ) ); ?>">Home</a> </p>
7+
</div>
8+
9+
</div>
10+
<?php get_footer(); ?>

assets/css/font-awesome.min.css

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)