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 / index.html
Size: Mime:
<!DOCTYPE html>

<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

    <title>Ocelot</title>

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

    <link rel="stylesheet" href="/css/vendor.bundle.css">
    <link rel="stylesheet" href="/css/bootstrap.css">
    <link rel="stylesheet" href="/css/app.css">
  </head>

  <body class="layout-boxed">

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

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