-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsearch.html
192 lines (174 loc) · 7.66 KB
/
search.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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!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>Apache Friends XAMPP Search</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="search">
<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>
<li id="locales" class="item has-dropdown">
<a href="#"> <img src="/images/flags/en-dd9e149e.png" /> EN
</a> <ul class="dropdown">
<li>
<a href="/de/search.html"> <img src="/images/flags/de-1daf2d67.png" /> DE
</a> </li>
<li>
<a href="/search.html"> <img src="/images/flags/en-dd9e149e.png" /> EN
</a> </li>
<li>
<a href="/es/search.html"> <img src="/images/flags/es-a88880bf.png" /> ES
</a> </li>
<li>
<a href="/fr/search.html"> <img src="/images/flags/fr-0f67f12d.png" /> FR
</a> </li>
<li>
<a href="/hu/search.html"> <img src="/images/flags/hu-9a189d12.png" /> HU
</a> </li>
<li>
<a href="/it/search.html"> <img src="/images/flags/it-c786c15b.png" /> IT
</a> </li>
<li>
<a href="/jp/search.html"> <img src="/images/flags/jp-3c5b1754.png" /> JP
</a> </li>
<li>
<a href="/pl/search.html"> <img src="/images/flags/pl-e383eba9.png" /> PL
</a> </li>
<li>
<a href="/pt_br/search.html"> <img src="/images/flags/pt_br-e39a2058.png" /> PT BR
</a> </li>
<li>
<a href="/ro/search.html"> <img src="/images/flags/ro-f141b663.png" /> RO
</a> </li>
<li>
<a href="/ru/search.html"> <img src="/images/flags/ru-24b172c5.png" /> RU
</a> </li>
<li>
<a href="/tr/search.html"> <img src="/images/flags/tr-e1821d04.png" /> TR
</a> </li>
<li>
<a href="/ur/search.html"> <img src="/images/flags/ur-952dd97a.png" /> UR
</a> </li>
<li>
<a href="/zh_cn/search.html"> <img src="/images/flags/zh_cn-9c7185e0.png" /> ZH CN
</a> </li>
<li>
<a href="/zh_tw/search.html"> <img src="/images/flags/zh_tw-92fe4f80.png" /> ZH TW
</a> </li>
</ul>
</li>
</ul>
</section>
</nav>
</header>
<div class="wrapper">
<div class="hero">
<div class="row">
<div class="large-12 columns">
<h1>Search</h1>
</div>
</div>
</div>
<div class="row" id="search-results">
<div class="large-12 columns">
<script>
(function() {
var cx = '007848491433058414523:dtinkib8ghu';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchresults-only gl="en"></gcse:searchresults-only>
</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>