Blame _layouts/page-download-mirror.html

401d07
401d07
<html lang="{{ page.lang | default: 'en' }}">
401d07
48a802
<head>
48a802
    <meta charset="utf-8">
48a802
    <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
48a802
    <title>{{ page.title }}</title>
48a802
    <link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon.png">
48a802
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css">
48a802
    <link rel="stylesheet" href="https://cdn.datatables.net/1.10.21/css/dataTables.bootstrap4.min.css">
48a802
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700,800,900">
48a802
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
48a802
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
48a802
    <link rel="stylesheet" href="/assets/css/styles.min.css">
48a802
</head>
401d07
401d07
<body style="font-family: Montserrat, sans-serif;">
401d07
  {% include header.html -%}
401d07
  
3dc5ae
    
3dc5ae
      
3dc5ae
        {{ content }}
3dc5ae
      
3dc5ae
    
401d07
  
401d07
  {% include footer.html -%}
48a802
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
3dc5ae
  <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
48a802
  <script src="https://cdn.datatables.net/1.10.21/js/jquery.dataTables.min.js"></script>
48a802
  <script src="https://cdn.datatables.net/1.10.21/js/dataTables.bootstrap4.min.js"></script>
3dc5ae
  <script src="/assets/js/script.min.js"></script>
401d07
</body>
401d07
401d07
</html>