-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
executable file
·132 lines (76 loc) · 3.86 KB
/
404.html
File metadata and controls
executable file
·132 lines (76 loc) · 3.86 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>404 | Ehcho.com</title>
<meta name="viewport" content="width=device-width">
<link href="http://fonts.googleapis.com/css?family=Raleway:300|Noto+Sans:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/css/main.css">
<meta name="description" content="">
<link rel="author" href="https://plus.google.com/100277447707872105379/posts">
</head>
<body>
<div class="header-wrap">
<header class="main-header group">
<a href="/" class="site-title">
<h1>Ehcho.com</h1>
</a>
<nav class="main-nav">
<a href="/">Home</a><a href="/guide">Guides</a><a href="/snippet">Snippets</a>
</nav><!-- /main-nav -->
</header><!-- /main-header -->
</div><!-- /header-wrap -->
<div class="outer-grid group">
<div class="grid group">
<div class="grid-2-3">
<div class="module">
<h2 class="post-title">404</h2>
<p>Sorry but the page you're looking for has been moved. If you're looking for a guide you should be able to find it in the <a href="/guide/">guides</a> section. If not, please return to the <a href="/">homepage</a>.</p>
</div>
</div><!-- grid-3-4 -->
<div class="grid-1-3">
<div class="module sidebar twitter">
<h3>Social</h3>
<nav class="social-media">
<a href="https://twitter.com/morgrowe" class="twitter-link" rel="nofollow">Twitter</a><a href="https://plus.google.com/100277447707872105379" class="google-link" rel="nofollow">Google+</a><a href="https://github.com/morgrowe" class="github-link" rel="nofollow">GitHub</a>
</nav>
</div><!-- /latest-snippet -->
<div class="module sidebar latest-guide">
<h3>Latest Guide</h3>
<a href="/guide/disable-set-desktop-picture-in-photos">
<h4>Disable Set Desktop Picture in Photos →</h4>
</a>
<p>The new Photos application came with a slew of new features, one of which is the new Share options. Among the new sharing options, there is one for setting a selected photo as the desktop wallpaper called 'Set Desktop Picture'.</p>
</div><!-- /latest-snippet -->
<div class="module sidebar latest-snippet">
<h3>Latest Project</h3>
<a href="/project/cb-stonemasonry">
<h4>C.B. Stonemasonry →</h4>
</a>
<p>C.B. Stonemasonry, South Wales, is a growing stonemasonry business that takes on all aspects of stonemasonry.</p>
</div><!-- /latest-snippet -->
</div><!-- grid-1-4 -->
</div><!-- /grid -->
</div><!-- /outer-grid -->
<div class="footer-wrap">
<footer class="main-footer group">
<div class="copyright">
<p>© Copyright 2014. Content is licensed under <a href="http://creativecommons.org/licenses/by/3.0/" target="_blank" rel="nofollow">CC BY 3.0</a>. Hosted by <a href="https://pages.github.com/" target="_blank">GitHub</a>. Powered by <a href="http://jekyllrb.com/" target="_blank" rel="nofollow">Jekyll</a>.</p>
</div><!-- /copyright -->
<nav class="social"><a href="#">Jump to the top</a></nav><!-- /social -->
<nav class="sub-nav"><a href="/project">Projects</a><a href="/contact">Contact</a><a href="/advertising">Advertising</a><a href="/article-archive">Article Archive</a></nav><!-- /sub-nav -->
</footer><!-- /main-footer -->
</div><!-- /footer-wrap -->
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32156132-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>