2019-02-24 00:37:16 -05:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<style>
|
|
|
|
.btncontainer {
|
|
|
|
display: inline-block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.btnimg {
|
|
|
|
width: 64px;
|
|
|
|
height: 64px;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body background="/img/leaves.png">
|
2019-02-24 00:52:11 -05:00
|
|
|
<a href="https://git.lain.church"><div class="btncontainer"><img class="btnimg" src="/img/gitlain-ds.png"></img><br>GitLain</div></a>
|
2019-02-24 00:37:16 -05:00
|
|
|
<div class="btncontainer">test<br>aaa</div>
|
|
|
|
</body>
|