<!doctype html>

<html lang="en">

  <head>
    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-45055449-1"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', 'UA-45055449-1');
    </script>

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>24.com - Enriching lives 24/7</title>
    <meta name="description" content="Media24’s digital media division, 24.com, is a leading African network of popular digital publishing brands and online services across internet, mobile and applications. 24.com is dedicated to creating and sustaining uniquely African online and mobile communities.">
    <meta name="keywords" content="Breaking news, Business, Politics, Finance, Technology, Entertainment, Sport, Rugby, Cricket, Live scoring">
    <meta name="author" content="24.com">

    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
      crossorigin="anonymous">

    <link rel="stylesheet" href="css/site.css?v=1.0">
    <link rel="stylesheet" href="css/nav.css?v=1.0">
    <link rel="stylesheet" href="css/content.css?v=1.0">
    <link rel="stylesheet" href="css/communities.css?v=1.0">

  </head>

  <body>
    <div id="site"></div>

    <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
    <script
            src="https://code.jquery.com/jquery-3.3.1.min.js"
            integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
            crossorigin="anonymous"></script>
    <script src="js/nav.js"></script>
    <script src="js/communities.js"></script>
    <script src="js/content.js"></script>
    <script src="js/site.js"></script>
    <script>
      var app = new Vue({
        el: '#site',
        template: '<tf-site></tf-site>'
      })
    </script>
  </body>

</html>