-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmirrors.html
46 lines (43 loc) · 1.83 KB
/
mirrors.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
<!DOCTYPE html>
<html lang="en-us">
<head></head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mirrors</title>
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" rel="stylesheet" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<!-- MDB -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.10.1/mdb.min.css" rel="stylesheet" />
<!--css-->
<link rel="stylesheet" href="./assets/styles/css/style.css">
<!--icon-->
<link rel="shortcut icon" href="./assets/styles/img/icon.ico" type="image/x-icon">
</head>
<body>
<div style="margin-top: 20px; margin-left: 15px; margin-right: 15px;">
<h2><span style="color: #6566a0">#</span> Where do you want to get your Copacabana release?</h2>
<h4>We're aiming to distribute Copacabana from many places on
the 'Net.<br/>If you want to chip in, open an <a
href="https://github.com/Projeto-Pindorama/copacabana-www/issues">Issue at Copacabana
website repository with the "<span style="background-color: #394436; color: #FFFFFF;">mirror</span>"
label</a>.<br/>
Below there's a list of mirrors followed by its location, select the closest to you.</h4>
<h3><span style="color: #6566a0">##</span> HTTP servers</h3>
<h4>🇧🇷 Brazil</h4>
<ul>
<li><s><a
href="http://pindorama.dob.jp/pub/Copacabana/">http://pindorama.dob.jp/pub/Copacabana/</a>
(City of São Paulo, São Paulo, S.E. Brazil).</s></li>
</ul>
<h4>🌎 Worldwide (CDNs, etc)</h4>
<ul>
<li><a
href="https://github.com/Projeto-Pindorama/copacabana/releases">
https://github.com/Projeto-Pindorama/copacabana/releases</a>
(Microsoft GitHub, H.Q.s at S.F., California, U.S.A.).</li>
</ul>
</div>
</body>
</html>