forked from curl/curl-www
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_mirrors.html
More file actions
30 lines (22 loc) · 723 Bytes
/
_mirrors.html
File metadata and controls
30 lines (22 loc) · 723 Bytes
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
#include "_doctype.html"
<HTML>
<HEAD> <TITLE>curl - list of mirrors</TITLE>
#include "css.t"
</HEAD>
#define CURL_URL mirrors.html
#define CURL_SUB Mirrors
#include "_menu.html"
#include "setup.t"
WHERE2(Download, "/download.html", Mirrors)
TITLE(Curl Mirrors)
<p>
We provide download files from a number of mirrors spread out over the globe.
<p> Try the <a href="//curl.haxx.se/latest.cgi">recent archives</a> page
to pick your favorite curl archive from a mirror we know has it!
<p>
<b>If you run or plan to run a mirror not mentioned here, please let <a
href="mailto:curl-web_at_haxx.se">us</a> know!</b>. Mirroring info and tools
are <a href="/mirror/">here</a>.
#include "_footer.html"
</BODY>
</HTML>