fix buttons
This commit is contained in:
parent
5ce7d41120
commit
67b5c0ca55
1 changed files with 6 additions and 6 deletions
12
index.html
12
index.html
|
@ -204,18 +204,18 @@
|
||||||
|
|
||||||
<h2>ข้อมูลเพิ่มเติม</h2>
|
<h2>ข้อมูลเพิ่มเติม</h2>
|
||||||
<div style="display: grid; grid-auto-columns: 1fr; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; ">
|
<div style="display: grid; grid-auto-columns: 1fr; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; ">
|
||||||
<a href="https://codeberg.org/latenightdef/ttt-org" class="bigbutton" style="display: flex">
|
<a href="https://codeberg.org/latenightdef/ttt-org" class="bigbutton" style="display: flex; justify-content: left;">
|
||||||
<img src="icons/version.png"; alt="version" width="36" height="36" style="margin-right: 10px;" >
|
<img src="icons/version.png"; alt="version" width="36" height="36" style="margin-right: 10px;" >
|
||||||
<div>
|
<div>
|
||||||
<h3 style="margin-bottom: -5%">เวอร์ชัน DATE-VERSION</h3>
|
<h3 style="margin-bottom: -5%">ซอร์สโค้ด</h3>
|
||||||
<p>ดูซอร์สโค้ดของเว็บไซต์นี้บน Codeberg</p>
|
<p>เวอร์ชัน DATE-VERSION</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://status.techtransthai.org/status/techtransthai" class="bigbutton" style="display: flex;"">
|
<a href="https://status.techtransthai.org/status/techtransthai" class="bigbutton" style="display: flex; justify-content: left;">
|
||||||
<img src="icons/status.png"; alt="version" width="36" height="36" style="margin-right: 10px;" >
|
<img src="icons/status.png"; alt="version" width="36" height="36" style="margin-right: 10px;" >
|
||||||
<div>
|
<div>
|
||||||
<h3 style="margin-bottom: -5%;">สถานะของบริการ</h3>
|
<h3 style="margin-bottom: -5%;">สถานะการให้บริการ</h3>
|
||||||
<p>ดูสถานะการทำงานบน Uptime Kuma</p>
|
<p>ดูสถานะการทำงานของเว็บไซต์</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue