A simple file sharing site with an easy to use API and online panel.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

18 行
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>