A simple file sharing site with an easy to use API and online panel.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

27 wiersze
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>