Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
insync / usr / lib / insync / ideskui / html / app.html
Size: Mime:
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="css/app.css" />
  </head>
  <body>
    <div id="drivebox"></div>
    <div id="overlay"></div>
    <div id="bottom-bar-controls"></div>
    <script src="js/common.js"></script>
    <script src="js/drag.js"></script>
    <script src="js/app.js"></script>
    <script src="js/debug.js"></script>
    <script>
      window.location.hash = 'help/help-center';
      init();
    </script>
  </body>
</html>