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    
admin / src / static / index.html
Size: Mime:
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Ocelot SAAS</title>

    <meta name="description" content="Administration page for Ocelot SAAS">
    <meta name="author" content="Ocelot SAAS">
    <meta name="keywords" content="ocelot-saas admin">

    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

    <link rel="shortcut icon" href="/dist/favicon.ico" type="image/x-icon">
    <link rel="icon" href="/dist/favicon.ico" type="image/x-icon">

    <link rel="stylesheet" href="/dist/app.bundle.css" media="screen">
  </head>

  <body class="layout-boxed">

    <div id="app"></div>

    <script src="/dist/app.bundle.js"></script>
  </body>
</html>