gitea源码

123456789101112
  1. {{template "base/head" .}}
  2. <div role="main" aria-label="{{.Title}}" class="page-content install post-install tw-h-full">
  3. <div class="home tw-text-center tw-h-full tw-flex tw-flex-col tw-justify-center"><!-- the "home" class makes the links green -->
  4. <!-- the "cup" has a handler, so move it a little leftward to make it visually in the center -->
  5. <div class="tw-ml-[-30px]"><img width="160" src="{{AssetUrlPrefix}}/img/loading.png" alt aria-hidden="true"></div>
  6. <div class="tw-my-[2em] tw-text-[18px]">
  7. <a id="goto-after-install" href="{{AppSubUrl}}{{Iif .IsAccountCreated "/user/login" "/user/sign_up"}}">{{ctx.Locale.Tr "install.installing_desc"}}</a>
  8. </div>
  9. </div>
  10. </div>
  11. {{template "base/footer" .}}