Improves typography and buttons

This commit is contained in:
Late Night Defender 2023-07-25 23:04:31 +07:00
parent f1ab39ed99
commit c07b85f143
2 changed files with 56 additions and 5 deletions

View file

@ -1,13 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<p >Welcome to TechTransThai</p>
<a href="https://video.techtransthai.org/">Invidious</a>
<a href="https://test.techtransthai.org/">LibreSpeed</a>
<a href="https://cloud.techtransthai.org/">Nextcloud</a>
<div>
<div></div>
<h1>TechTransThai</h1>
<h2>Services</h2>
<div></div>
</div>
<div>
<h3 class="h3">Invidious</h3>
<p class="text">An open source alternative front-end to YouTube</p>
<a href="https://video.techtransthai.org/" class="button">Visit</a>
<h3 class="h3">LibreSpeed</h3>
<p class="text">Free and Open Source Speedtest</p>
<a href="https://test.techtransthai.org/" class="button">Visit</a>
<h3 class="h3">Nextcloud</h3>
<p class="text">A safe home for all your data</p>
<a href="https://cloud.techtransthai.org/" class="button">Visit</a>
</div>
<p class="text">Version DATE-VERSION</p>
<a href="https://status.techtransthai.org/status/techtransthai">Service status</a>
<p >Version DATE-VERSION</p>
</body>
</html>