blob: 3d78bb01661b3c7dc1c370bf665161ea04049f42 (
plain) (
blame)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="keywords" content="">
<title>Adélie Linux | Mirrors</title>
<!-- Favicon -->
<link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon">
<!-- CSS -->
<link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet">
<link href="/assets/plugins/owl-carousel/owl.theme.default.min.css" rel="stylesheet">
<link href="/assets/plugins/magnific-popup/magnific-popup.min.css" rel="stylesheet">
<link href="/assets/plugins/sal/sal.min.css" rel="stylesheet">
<link href="/assets/css/theme.css" rel="stylesheet">
<!-- Fonts/Icons -->
<link href="/assets/plugins/font-awesome/css/all.css" rel="stylesheet">
<link href="/assets/plugins/themify/themify-icons.min.css" rel="stylesheet">
<link href="/assets/plugins/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
</head>
<body>
<!-- Header -->
<div class="header right absolute-dark sticky">
__HEADER__
</div>
<!-- end Header -->
<div class="section-lg">
<div class="container">
<div class="margin-bottom-70">
<div class="row">
<div class="col-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2">
<h2>Mirrors</h2>
<p>You may download Adélie assets from any of the following locations. Some mirrors may perform better than others based on where you live. Please get in touch if you are willing to sponsor a mirror.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-xl-10 offset-xl-1">
<table class="table cart-table" id="mirrorstatus"><!-- populated by js from cron job --></table>
</div>
</div><!-- end row -->
</div><!-- end container -->
</div>
__INDEPENDENT_SHADE__
__FOOTER__
<script>
$("#mirrorstatus").load('https://infra.adelielinux.org/status.html');
</script>
</body>
</html>
|