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.

18 linhas
349B

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