Frontend stuff for lain.church. Fork for the rare times I change anything.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

20 lines
465B

  1. <html>
  2. <head>
  3. <style>
  4. .btncontainer {
  5. display: inline-block;
  6. text-align: center;
  7. padding: 8px;
  8. color: white;
  9. }
  10. .btnimg {
  11. width: 64px;
  12. height: 64px;
  13. }
  14. </style>
  15. </head>
  16. <body bgcolor="#336698">
  17. <a href="https://git.lain.church"><div class="btncontainer"><img class="btnimg" src="/img/gitlain-ds.png"></img><br>GitLain</div></a>
  18. <a href="/about.html"><div class="btncontainer"><img class="btnimg" src="/img/txt.png"></img><br>about</div></a>
  19. </body>