18 lines
396 B
HTML
18 lines
396 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
.btncontainer {
|
|
display: inline-block;
|
|
text-align: center;
|
|
}
|
|
.btnimg {
|
|
width: 64px;
|
|
height: 64px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body background="/img/leaves.png">
|
|
<a href="https://git.lain.church"><div class="btncontainer"><img class="btnimg" src="https://git.lain.church/img/gitea-lg.png"></img><br>GitLain</div></a>
|
|
<div class="btncontainer">test<br>aaa</div>
|
|
</body>
|