瀏覽代碼

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>

Loading…
取消
儲存