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
375B

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