Browse Source

first version of the index

master
Izaya 5 years ago
parent
commit
05a034fbf0
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      index.html

+ 17
- 0
index.html View 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…
Cancel
Save