-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.php
36 lines (34 loc) · 1.33 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
<?php
/**
* Template Name: 404
* The template for displaying 404 pages (Not Found)
*/
get_header();
?>
<main id="main" class="page-404">
<div id="content" role="main">
<div class="container-fluid page-404-wrapper">
<div class="container">
<div class="row">
<div class="col-sm-12">
<!-- Page 404 Title -->
<h1>
<span class="blackline">שלום, כאן סמסון!</span>
<br>
<span class="blackline">העמוד שחיפשת לא נמצא,</span>
<br>
<span class="blackline">והשתלטתי על התחנה.</span>
</h1>
<!-- Page Not Found Message -->
<p>
<a href="https://www.youtube.com/watch?v=tmfYKvJ1wws" target="_blank">הכנתי לכם קסטה עם מיטב השירים שלי</a>
</p>
</div>
</div>
</div>
</div>
<?php get_sidebar(); ?>
</div>
</main>
</div><!-- div closing what -->
<?php get_footer(); ?>