A simple file sharing site with an easy to use API and online panel.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
329B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8"/>
  5. <title>Login</title>
  6. <link href="/css/form.css" type="text/css" rel="stylesheet"/>
  7. <script src="/js/shimapan.bundle.js"></script>
  8. </head>
  9. <body ng-app="shimapan">
  10. <div id="container">
  11. <login-component></login-component>
  12. </div>
  13. </body>
  14. </html>