소스 검색

first version of the index

master
Izaya 5 년 전
부모
커밋
05a034fbf0
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. +17
    -0
      index.html

+ 17
- 0
index.html 파일 보기

@@ -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>

불러오는 중...
취소
저장