diff options
Diffstat (limited to 'src/mirrors')
-rw-r--r-- | src/mirrors/index.html | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/src/mirrors/index.html b/src/mirrors/index.html index b1d7d19..c1d7f71 100644 --- a/src/mirrors/index.html +++ b/src/mirrors/index.html @@ -1,54 +1,54 @@ <!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=""> + <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 --> + <title>Adélie Linux | Mirrors</title> + <!-- Favicon --> <link href="/assets/images/favicon.png" 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"> + <!-- 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> + <!-- end Header --> - <div class="section-lg"> - <div class="container"> + <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 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> + <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__ - </body> + </body> <script type="text/javascript"> $("#mirrorstatus").load('https://infra.adelielinux.org/status.html'); </script> |