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.

27 line
846B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8"/>
  5. <title>Shimapan</title>
  6. <base href="/"/>
  7. <link rel="stylesheet" href="/css/home.css"/>
  8. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"/>
  9. <link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet"/>
  10. <script src="/js/shimapan.bundle.js"></script>
  11. </head>
  12. <body ng-app="shimapan">
  13. <div id="container">
  14. <h1>Shimapan~</h1>
  15. <upload-component></upload-component>
  16. <nav>
  17. <ul>
  18. <li><a href="/">Shimapan</a></li>
  19. <li><a href="/panel">Panel</a></li>
  20. <li><a href="">Tools</a></li>
  21. <li><a href="">Git</a></li>
  22. <li><a href="">FAQ</a></li>
  23. </ul>
  24. </nav>
  25. </div>
  26. </body>
  27. </html>