<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>PHPNUXBILL - Voucher management for Mikrotik Hotspot</title>

    <!-- Latest compiled and minified CSS -->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

    <!-- Optional theme -->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
    <style>
    @-ms-viewport     { width: device-width; }
    @-o-viewport      { width: device-width; }
    @viewport         { width: device-width; }

    body {
    padding-top: 50px;
    }
    .starter-template {
    padding: 40px 15px;
    text-align: center;
    }
    </style>
    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
  </head>

  <body>

    <div class="container">
      <div class="starter-template">
        <h1>PHP PHPNUXBILL</h1>
        <p class="lead">Aplikasi manajemen Voucher Hotspot untuk Mikrotik</p>
        <div class="btn-group  btn-group-justified" role="group">
            <a href="https://github.com/hotspotbilling/phpnuxbill/releases" class="btn btn-primary">Download</a>
            <a href="https://github.com/hotspotbilling/phpnuxbill" class="btn btn-success">Source</a>
        </div>
      </div>

      <div class="row">
          <div class="col-sm-12">
            <div class="panel panel-hovered mb20 panel-primary">
              <div class="panel-heading">Public Disquss</div>
              <div class="panel-body">
                <div id="disqus_thread"></div>
                  <script>
                    var disqus_config = function () {
                    this.page.url = "https://github.com/hotspotbilling/phpnuxbill/diskusi.html";  // Replace PAGE_URL with your page's canonical URL variable
                    this.page.identifier = "phpnuxbill"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
                    };
                    (function() { // DON'T EDIT BELOW THIS LINE
                    var d = document, s = d.createElement('script');
                    s.src = 'https://phpnuxbill.disqus.com/embed.js';
                    s.setAttribute('data-timestamp', +new Date());
                    (d.head || d.body).appendChild(s);
                    })();
                  </script>
                  <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>								
              </div>
            </div>
          </div>
        </div>

    </div><!-- /.container -->
  </body>
</html>