-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdate.php
71 lines (61 loc) · 2.22 KB
/
date.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?php
header("HTTP/1.1 404 Not Found");
?>
<?php
/**
* The template for displaying all date-based archives
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy
*
* @package four-ten-gone
*/
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Not Found</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../../../../wp-content/themes/four-ten-gone/layouts/style-index.css">
</head>
<body>
<div id="core410">
<!-- This code is for pages that have been removed -->
<!-- copryright 2018 Dan McKeown Licensed under MIT license -->
<section id="fourTenGone">
<span id="fourTen">404</span>
<span id="spacer"> </span>
<span id="Gone">Not Found</span>
<img id="parrot" src="../../../../../../../wp-content/themes/four-ten-gone/pacificpelican_as_a_1920s-style_pilot_with_goggles_with_clouds__e84eb2ba-cfa4-4a46-aa28-1412d3f74113.jpg" alt="404 parrot" />
</section>
<aside id="siteLink">
<a href="../../../../../../../..">
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 40.3 (33839) - http://www.bohemiancoding.com/sketch -->
<title>home</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Octicons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="home" fill="#000000">
<path d="M16,9 L13,6 L13,2 L11,2 L11,4 L8,1 L0,9 L2,9 L3,14 C3,14.55 3.45,15 4,15 L12,15 C12.55,15 13,14.55 13,14 L14,9 L16,9 L16,9 Z M12,14 L9,14 L9,10 L7,10 L7,14 L4,14 L2.81,7.69 L8,2.5 L13.19,7.69 L12,14 L12,14 Z"
id="Shape"></path>
</g>
</g>
</svg>
</a>
</aside>
</div>
<script src='../../../../../../../wp-content/themes/four-ten-gone/js/mo.min.js'></script>
<script src="../../../../../../../wp-content/themes/four-ten-gone/js/index-index.js"></script>
<style>
body {
background-color: azure;
}
img#parrot {
width: 22vw;
float: right;
border-radius: 50%;
}
</style>
</body>
</html>