-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path404.html
141 lines (123 loc) · 5.26 KB
/
404.html
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
133
134
135
136
137
138
139
140
141
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Use title if it's in the page YAML frontmatter -->
<title>404 Not Found</title>
<link href="/stylesheets/normalize-ef7858ef.css" rel="stylesheet" type="text/css" /><link href="/stylesheets/all-30d97a4b.css" rel="stylesheet" type="text/css" />
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<script src="/javascripts/modernizr-6bfc3ff0.js" type="text/javascript"></script>
<link rel="alternate" type="application/rss+xml" title="Apache Friends RSS Feed" href="/feed.xml" />
<link href="/images/favicon-18f9bd42.png" rel="icon" type="image/png" />
<script type="text/javascript">
//<![CDATA[
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76894-1', 'auto');
ga('send', 'pageview');
//]]>
</script>
</head>
<body class="x404">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=277385395761685";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="header contain-to-grid">
<nav class="top-bar" data-topbar>
<ul class="title-area">
<li class="name">
<h1><a href="/index.html">Apache Friends</a></h1>
</li>
<li class="toggle-topbar menu-icon">
<a href="#">
<span>Menu</span>
</a>
</li>
</ul>
<section class="top-bar-section">
<!-- Left Nav Section -->
<ul class="left">
<li class="item "><a href="/download.html">Download</a></li>
<li class="item "><a href="/hosting.html">Hosting</a></li>
<li class="item "><a href="/community.html">Community</a></li>
<li class="item "><a href="/about.html">About</a></li>
</ul>
<!-- Right Nav Section -->
<ul class="right">
<li class="item has-form">
<form action="/search.html" method="get">
<div class="row collapse">
<div class="large-8 small-9 columns">
<label class="visuallyhidden" for="search-field">Search..</label>
<input id="search-field" type="text" name="q" placeholder="Search..">
</div>
<div class="search-button large-4 small-3 columns">
<input type="submit" class="success button expand" value="Search"/>
</div>
</div>
</form>
</li>
</ul>
</section>
</nav>
</header>
<div class="wrapper">
<div class="hero">
<div class="row">
<div class="large-12 columns">
<h1>404 <span>Not Found</span></h1>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<h2>The page you were looking for doesn't exist.</h2>
<p>Think this is an error? Please <a href="mailto:%[email protected]">let us know</a>.</p>
<form action="/search.html" method="get">
<div class="row">
<div class="large-8 small-9 columns">
<input type="text" name="q" placeholder="Search..">
</div>
<div class="large-4 small-3 columns">
<input type="submit" class="success button postfix expand" value="Search"/>
</div>
</div>
</form>
</div>
</div>
</div>
<footer class="footer row">
<div class="columns">
<div class="footer_lists-container row collapse">
<div class="footer_social columns large-2">
<ul class="social">
<li class="twitter"><a href="https://twitter.com/apachefriends">Follow us on Twitter</a></li>
<li class="facebook"><a href="https://www.facebook.com/we.are.xampp">Like us on Facebook</a></li>
</ul>
<p class="footer_copyright">Copyright (c) 2024, Apache Friends</p>
</div>
<ul class="footer_links columns large-9">
<li><a href="https://www.apachefriends.org/blog.html">Blog</a></li>
<li><a href="/privacy_policy.html">Privacy Policy</a></li>
<li>
<a target="_blank" href="https://installbuilder.com">Multiplatform installers by <strong class='bright'>InstallBuilder</strong></a>
</li>
</ul>
</div>
</div>
</footer>
<!-- JS Libraries -->
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="/javascripts/all-d8620939.js" type="text/javascript"></script>
</body>
</html>