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

18 lines
478B

  1. {{template "base/head" .}}
  2. <div class="home">
  3. <div class="ui stackable middle very relaxed page grid">
  4. <div class="sixteen wide center aligned centered column">
  5. <div>
  6. <img class="logo" src="{{AppSubUrl}}/img/gitea-lg.png" />
  7. </div>
  8. <div class="hero">
  9. <h1 class="ui icon header title">
  10. {{AppName}}
  11. </h1>
  12. <h2>Let us all love Lain.<br>Bless her name forever more:<br>Iwakura Lain</h2>
  13. </div>
  14. </div>
  15. </div>
  16. </div>
  17. {{template "base/footer" .}}