A simple file sharing site with an easy to use API and online panel.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

30 linhas
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>