forked from lain.church/lain.church-fe
first version of the index
This commit is contained in:
parent
575548e3a8
commit
05a034fbf0
17
index.html
Normal file
17
index.html
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<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>
|
Loading…
Reference in New Issue
Block a user