20 lines
465 B
HTML
20 lines
465 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
.btncontainer {
|
|
display: inline-block;
|
|
text-align: center;
|
|
padding: 8px;
|
|
color: white;
|
|
}
|
|
.btnimg {
|
|
width: 64px;
|
|
height: 64px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body bgcolor="#336698">
|
|
<a href="https://git.lain.church"><div class="btncontainer"><img class="btnimg" src="/img/gitlain-ds.png"></img><br>GitLain</div></a>
|
|
<a href="/about.html"><div class="btncontainer"><img class="btnimg" src="/img/txt.png"></img><br>about</div></a>
|
|
</body>
|