-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
49 lines (45 loc) · 1.92 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<!--[if lt IE 8]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 9]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 9]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Page not Found</title>
<link rel="stylesheet" href="<?php bloginfo('template_url');?>/css/404.min.css">
<link rel="shortcut icon" href="<?php echo get_site_icon_url();?>" type="image/x-icon">
</head>
<body>
<div class="protect-me">
<div class="clearfix">
<div class="for-searching">
<div class="fourofour-logo">
<a href="<?php echo get_home_url(); ?>"><img src="<?php bloginfo('template_url'); ?>/images/main-logo.png"
alt="<?php echo get_bloginfo('name');?>" /></a>
</div>
<div class="wrapper">
<div id="post-0" class="post error404 not-found">
<p class="fourOfour">404
<p>
<h1 class="entry-title"><?php _e( 'Oops! This is Awkward', 'twentyten' ); ?></h1>
<p class="wrongtext">
<?php _e( 'Something has gone wrong. The page you were looking for doesn\'t exist.', 'twentyten' ); ?></p>
<?php get_search_form(); ?>
</div><!-- #post-0 -->
<script type="text/javascript">
// focus on search field after it has loaded
document.getElementById('s') && document.getElementById('s').focus();
</script>
</div>
</div>
</div>
</div>
<?php get_includes('ie');?>
<script src="<?php bloginfo('template_url'); ?>/js/modernizr-custom-v2.7.1.min.js"></script>
<script src="<?php bloginfo('template_url');?>/js/jquery-3.7.1.min.js"></script>
<script src="<?php bloginfo('template_url');?>/js/jquery-migrate-3.5.0.min.js"></script>
</body>
</html>