You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

invite.tmpl 303 B

3 years ago
1234567
  1. {{template "base/head" .}}
  2. <link rel="stylesheet" href="{{StaticUrlPrefix}}/css/vp-user-invite.css?v={{MD5 AppVer}}" />
  3. <div class="user settings invite">
  4. <div id="__vue-root"></div>
  5. </div>
  6. <script src="{{StaticUrlPrefix}}/js/vp-user-invite.js?v={{MD5 AppVer}}"></script>
  7. {{template "base/footer" .}}