A simple file sharing site with an easy to use API and online panel.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

30 řádky
885B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8"/>
  5. <base href="/"/>
  6. <title>Shrimpa</title>
  7. <link rel="stylesheet" href="/css/home.min.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/shrimpa.bundle.js"></script>
  11. </head>
  12. <body ng-app="shrimpa">
  13. <div id="container">
  14. <h1>Shrimpa~</h1>
  15. <upload-component></upload-component>
  16. <nav>
  17. <ul>
  18. <li><a href="/">Shrimpa</a></li>
  19. <li><a href="/panel">Panel</a></li>
  20. <li><a href="">Tools</a></li>
  21. <li><a href="https://github.com/Foltik/shimapan">GitHub</a></li>
  22. <li><a href="">FAQ</a></li>
  23. </ul>
  24. </nav>
  25. </div>
  26. </body>
  27. </html>