www.techtransthai.org/comingsoon.html

31 lines
801 B
HTML
Raw Normal View History

2024-03-27 19:03:06 +00:00
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta http-equiv="Content-Language" content="th">
<meta http-equiv="content-Type" content="text/html; charset=UTF-8">
<title>Coming soon!</title>
<link rel="icon" type="image/png" href="icons/ttt-org.png">
</head>
<body>
2024-03-27 19:25:41 +00:00
<div class="centerscreen">
<div class="header" >
<img src="icons/ttt-org.png" alt="TTT Logo" width="128" height="128">
</div>
<div class="logo" style="display: flex; align-items: center; justify-content: center">
<h1>Coming soon!</h1>
</div>
<div class="header" style="margin-top: 1cm;">
<a href="https://www.techtransthai.org" class="gtk-button-pill">Go back</a>
</div>
2024-03-27 19:03:06 +00:00
</div>
2024-03-27 19:25:41 +00:00
2024-03-27 19:03:06 +00:00
</body>
</html>