-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.php
More file actions
55 lines (48 loc) · 2.38 KB
/
404.php
File metadata and controls
55 lines (48 loc) · 2.38 KB
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
54
55
<?php
/**
* Template Name: 404
*/
get_header('header');
?>
<section id="particles-js" class="blog-detail pattern error-page gap" >
<div class="container">
<div class="error" data-aos="fade-up" data-aos-delay="200" data-aos-duration="300">
<div class="error-img">
<h2>4</h2>
<img alt="404" src="<?php echo get_template_directory_uri(); ?>/img/404.png">
<h2>4</h2>
</div>
<h3>Ooops, Page Not Found</h3>
<p>We Can't Seem to find the page you're looking for.</p>
<form class="one error-input">
<input type="text" name="Kayword" placeholder="Enter Kayword....">
<button class="magic-hover magic-hover__square"><i class="fa-solid fa-magnifying-glass"></i></button>
</form>
</div>
<div class="footer-data">
<ul class="social-media-footer">
<li><a class="magic-hover magic-hover__square" href="#"><i class="fa-brands fa-facebook-f fb"></i>Facebook</a></li>
<li><a class="magic-hover magic-hover__square" href="#"><i class="fa-brands fa-twitter tw"></i>Twitter</a></li>
<li><a class="magic-hover magic-hover__square" href="#"><i class="fa-brands fa-vimeo-v vi"></i>Vimeo</a></li>
<li><a class="magic-hover magic-hover__square" href="#"><i class="fa-brands fa-linkedin-in in"></i>Linked In</a></li>
</ul>
<h6>© 2022 CV Resume<i class="fa-solid fa-heart"></i>By Winsfolio, All Rights Reserved</h6>
</div>
</div>
</section>
<!-- bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script>
<!-- jQuery -->
<script src="<?php echo get_template_directory_uri(); ?>/js/jquery-3.6.0.min.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/particles.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/particles-2.js"></script>
<!-- cursor -->
<script src="<?php echo get_template_directory_uri(); ?>/js/cursor.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/perfect-scrollbar.min.js"></script>
<!-- fancybox -->
<script src="<?php echo get_template_directory_uri(); ?>/js/jquery.fancybox.min.js"></script>
<!-- aos -->
<script src="<?php echo get_template_directory_uri(); ?>/js/aos.js"></script>
<!-- custom -->
<script src="<?php echo get_template_directory_uri(); ?>/js/custom.js"></script>
</body>